I have a UIWebView containing html-formatted text. In the text some words are links. When clicked on they should push another view on to the stack. How should I write the html link and corresponding objective-c code to make this work?
I have a UIWebView containing html-formatted text. In the text some words are links.
Share
Set up delegate for UIWebView, then you can handle link action clicked: