ios steps to create custom UITableViewCell with xib file

前端 未结 6 1810
你的背包
你的背包 2020-12-04 18:12

I need to create my own UITableViewCell using the xib file, to draw the graphic interface... what are the right steps to create my new class and to use into my UITableView?<

6条回答
  •  时光说笑
    2020-12-04 19:09

    This tutorial takes you through the whole modern iOS 5 solution, from the process of creating the cell's xib and class files all the way to the finish:

    http://mrmaksimize.com/ios/Custom-UITableViewCell-With-NIB/

提交回复
热议问题