How to Make URLs clickable inside of UITableViewCell ?
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-03-28T18:52:39Z
        Indexed on 
            2010/03/28
            19:53 UTC
        
        
        Read the original article
        Hit count: 411
        
I know how to use UIWebView and can invoke a WebView if it is associated with a specific button or UITableViewCell. What I am trying to achieve is to have a UITableViewCell with a chunk of text. That chunk of text might contain a URL. I want to make the URL into a clickable link and have that link open into a WebView.
My thought so far has been that I need to detect a link and insert it as a UIButton within the cell... but I don't know if that is the right way to go about this.
Any ideas or input would be much appreciated.
© Stack Overflow or respective owner