One can add a tableviewcell in the nib of its tableviewcontroller, but how do you get to it ?
+4
A:
Apple has a great explanation on how to do this in the table view programming guide
bpapa
2010-01-14 18:37:28
+1
A:
Two good articles on this (From Bill Dudney and Jeff LaMarche):
http://bill.dudney.net/roller/objc/entry/uitableview_from_a_nib_file
http://iphonedevelopment.blogspot.com/2009/09/table-view-cells-in-interface-builder.html
Corey Floyd
2010-01-14 19:35:01