Customizing a Table View Cell
I realize now that the look of our app is going to depend a lot on me creating a custom subclass of a Table View Cell which allows us to place various pieces of information, add an image or gradient as a background for the cell, define how they are placed in their superview, etc. Unfortunately I have not seen Apple provide any example code to something which should be pretty trivial.
Anyone else got any ideas?