You should use a UIWebView
to display that information. Just format some short html to display your text and hyperlink and implement the UIWebViewDelegate
in order to get notice when the link os tapped.
Hope this helps.
Cheers!
You should use a UIWebView
to display that information. Just format some short html to display your text and hyperlink and implement the UIWebViewDelegate
in order to get notice when the link os tapped.
Hope this helps.
Cheers!