loon3y macrumors 65816 Original poster Oct 21, 2011 1,235 126 Jan 16, 2012 #1 this table view is from the nordstrom app, for the different departments, is each individual brand a different table cell or is it a structure?
this table view is from the nordstrom app, for the different departments, is each individual brand a different table cell or is it a structure?
MattInOz macrumors 68030 Jan 19, 2006 2,760 0 Sydney Jan 16, 2012 #2 Looks like a standard UITableCell but each cell has a unique background image.
loon3y macrumors 65816 Original poster Oct 21, 2011 1,235 126 Jan 16, 2012 #3 is there any tutorials on this?
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Jan 16, 2012 #4 It's just an image in an image view in the cell. The label is on top of the image view and is drawn with shadow. Look at Apple's docs first, the tableview programming guide, and the tableviewsuite sample code.
It's just an image in an image view in the cell. The label is on top of the image view and is drawn with shadow. Look at Apple's docs first, the tableview programming guide, and the tableviewsuite sample code.
MattInOz macrumors 68030 Jan 19, 2006 2,760 0 Sydney Jan 17, 2012 #5 There are some good WWDC sessions on Tableviews as well. You can grab them from Apples Developer site.
There are some good WWDC sessions on Tableviews as well. You can grab them from Apples Developer site.