IPhone Academy
Solutions By: Rajesh Rolen
Friday, September 3, 2010
Show image on cell of tableview in objective C (IPhone)
by using below code you can show image with you cells of tableview in objective C
cell.image = [UIImage imageNamed:
];
write above code in below event:
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
cell.image = [UIImage imageNamed:
];
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment