Re: Clickable UILabel - iPhone

2010-03-10 Thread Alex Kac
Or just use a UIButton which has a UILabel in it. On Mar 10, 2010, at 5:30 PM, Henry McGilton wrote: > > On Mar 9, 2010, at 9:25 PM, Sasikumar JP wrote: > >> Hi, >> I am new to the Cocoa Programming. I am working on my first iPhone app. I >> want to present the data in tableview, there user c

Re: Clickable UILabel - iPhone

2010-03-10 Thread Henry McGilton
On Mar 9, 2010, at 9:25 PM, Sasikumar JP wrote: > Hi, > I am new to the Cocoa Programming. I am working on my first iPhone app. I > want to present the data in tableview, there user can click the url or user > name in the text. > > I have customized the table view cell and displayed the text

Clickable UILabel - iPhone

2010-03-10 Thread Sasikumar JP
Hi, I am new to the Cocoa Programming. I am working on my first iPhone app. I want to present the data in tableview, there user can click the url or user name in the text. I have customized the table view cell and displayed the text in UILabel. Not sure how to enable the clickable link for t