UITextView or UIWebView with normal words looking like links
        Posted  
        
            by 
                diwup
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by diwup
        
        
        
        Published on 2010-12-31T03:49:55Z
        Indexed on 
            2010/12/31
            3:55 UTC
        
        
        Read the original article
        Hit count: 220
        
Hey guys,
I was looking at the Twitter for iPhone app and was puzzled.
First of all, there are normal words looking like links inside.
Second, when I touch those link-like words, the text view (or maybe web view) jumps to the corresponding part below (yes, it doesn't open Safari, it just jumps to the text within that text/web view)
Now I want to implement the same effects.
- I should base my implementation on what? UITextView or UIWebView?
 - How to make normal words look like links?
 - How to make those smooth jumps within such a text/web views?
 
Thanks in advance.

© Stack Overflow or respective owner