nsurl - How to make an HTML styled-link in IOS? -


target

give user clickable link experience , expect html

html example

question

is possible ios? have seen how -

  • apply underline through nsmutableattributedstring
  • how open link through uiapplication.sharedapplication().openurl(nsurl(string: "http://www.google.com")!);
  • (todo) color
  • (todo) color toggle

i hope is! strong desire of mine add app right now!


Comments