Loading a Reusable UITableViewCell from a Nib

前端 未结 16 2222
遇见更好的自我
遇见更好的自我 2020-11-27 09:59

I am able to design custom UITableViewCells and load them just fine using the technique described in the thread found at http://forums.macrumors.com/showthread.php?t=545061.

16条回答
  •  抹茶落季
    2020-11-27 10:28

    As of iOS circa 4.0, there are specific instructions in the iOS docs that make this work super-fast:

    http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html#//apple_ref/doc/uid/TP40007451-CH7

    Scroll down to where it talks about subclassing UITableViewCell.

提交回复
热议问题