Loading a Reusable UITableViewCell from a Nib

前端 未结 16 2109
遇见更好的自我
遇见更好的自我 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:32

    Now, in iOS 5 there is an appropriate UITableView method for that:

    - (void)registerNib:(UINib *)nib forCellReuseIdentifier:(NSString *)identifier
    

提交回复
热议问题