Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

diyora

macrumors newbie
Original poster
Hi,
I am coding in cocoa touch.I am set table view and after that i set image in table view cell.For that i use cell.image = [UIImage imageNamed😡"asdf.png"];
Now i want to set text on image.

Thank you..
 
The easiest way is probably to put the text in a UILabel, set its backgound to be clearColor and add it to the tableview cell as a subview. The SeismicXML sample app has some code that uses multiple labels as subviews of tableview cells.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.