Loading a Reusable UITableViewCell from a Nib

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

    A while back I found a great blog post on this topic at blog.atebits.com, and have since started using Loren Brichter ABTableViewCell class to do all of my UITableViewCells.

    You end up with a simple container UIView to put all of your widgets, and scrolling is lightning fast.

    Hope this is useful.

提交回复
热议问题