5

One can add a tableviewcell in the nib of its tableviewcontroller, but how do you get to it?

Cœur
  • 37,241
  • 25
  • 195
  • 267
CiNN
  • 9,752
  • 6
  • 44
  • 57

2 Answers2

9

Apple has a great explanation on how to do this in the table view programming guide

bpapa
  • 21,409
  • 25
  • 99
  • 147
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