views:

84

answers:

1

How to create richtextview, that show URLs and Images and handle touches?

+2  A: 

I'm assuming since you mention touches, you mean this to be an iPhone SDK question. Take a look at UIWebView as it does all that and more.

Here's a link to a UIWebView tutorial

John Fricker