views:

559

answers:

1

I'm trying to create a custom UITableViewCell but I have never done so before. I know I am supposed to subclass UITableViewCell but I need more info to start from. I want each cell to display several (2~4) UIImageViews just like is done in the Photo Album app. Has anyone done this before? Or is there a good tutorial that you know of? Please point me in the right direction.

Question:
How does one create a custom UITableViewCell similar to the one appearing in the Photo Album app?

+1  A: 

I am answering the question of "how do you make a custom UITableViewCell?" How you make the cell look is entirely up to you.

Google search:

http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/

http://iphone.zcentric.com/2008/08/05/custom-uitableviewcell/

Corey Floyd
Helped. Thanks!
RexOnRoids