loon3y macrumors 65816 Original poster 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 16, 2012 #2 Looks like a standard UITableCell but each cell has a unique background image.
PhoneyDeveloper macrumors 68040 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 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.