One can add a tableviewcell in the nib of its tableviewcontroller, but how do you get to it?
Asked
Active
Viewed 3,810 times
2 Answers
9
Apple has a great explanation on how to do this in the table view programming guide

bpapa
- 21,409
- 25
- 99
- 147
-
The link return: 404 HTTP_NOT_FOUND – Giuseppe Garassino Aug 08 '13 at 10:31
-
1@Beppe probably because it's a 3 1/2 year old answer. I just updated the link though, try again. – bpapa Aug 08 '13 at 14:30
-
Thanks, googling "table view programming guide" is not that difficult, my comment was just to advise users that the link was broken and no actual update was needed, but I really appreciate your following up such an old answer. – Giuseppe Garassino Aug 08 '13 at 14:56
2
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
- 25,929
- 31
- 126
- 154