UITextView or UIWebView with normal words looking like links
- by diwup
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.