iphone - UIlabel which can detect clickable text or urls -


To implement a UiLabel that can implement clickable text and URLs, I need a Twitter app To use

Try using a UIWebView and Use representative to deal with clicks.

NSString * html = @ "" gt; & Lt; Head & gt; & Lt; Body & gt; & Lt; A href = "http: //www.apple.com> click me & lt; / a & gt; & lt; / html & gt;" [WebView loadHTMLString: html baseURL: nil];

You can also use UIButton with no limits.


Comments