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: 180

Filed under:
|
|
|

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.

  1. I should base my implementation on what? UITextView or UIWebView?
  2. How to make normal words look like links?
  3. How to make those smooth jumps within such a text/web views?

Thanks in advance.

alt text alt text

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c