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

GabeJ

macrumors newbie
Original poster
Nov 29, 2007
29
0
I have a simple UITableView setup, but i want each item to contain an image. So when you click on an item is goes to a image. How do you think I would do this? I'm sort of illiterate when it comes to objective-c so if you could post the code, that would be helpful. Thanks!
 

sujithkrishnan

macrumors 6502
May 9, 2008
265
0
Bangalore
I have a simple UITableView setup, but i want each item to contain an image. So when you click on an item is goes to a image. How do you think I would do this? I'm sort of illiterate when it comes to objective-c so if you could post the code, that would be helpful. Thanks!

cell.image = [UIImage imageNamed:<your image name>];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.