PDA

View Full Version : how to find whether we click image or text in UITableViewCell




ssakthivel
Jun 29, 2009, 12:39 AM
In tableview didselectrowatindexpath method how can we find if we click image in that cell[i mean the image which i set using cell.image ] or text in that cell[i mean the text which i set using cell.textlabel.text]

Basically i have to do separate functionality if i click image or text....
I can customize the cell and put view for this thing but bluecolor selection is not coming while i click that cell....


Please help me out.....