开发者

How to instantiate a UITableViewCell from a nib

开发者 https://www.devze.com 2022-12-17 12:30 出处:网络
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 guideTwo good

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

0

精彩评论

暂无评论...
验证码 换一张
取 消