I'm on the final stretch of my first simple iPhone application. I'm building an "about" view, with credits/info/etc.
I am failing on the simplest thing: how can I embed hyperlinks into the text? I'm current using a UIView with a UILabel for the text.
I've looked on here, and the sample apps, but not got anywhere. Should I use a UIWebView?
Thx.