How to instantiate a UITableViewCell from a nib
One can add a tableviewcell in开发者_运维知识库 the nib of its tableviewcontroller, but how do you get to it?
Apple has a great explanation on how to do this in the table view programming guide
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
精彩评论