ios steps to create custom UITableViewCell with xib file

前端 未结 6 1804
你的背包
你的背包 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:16

    A video tutorial showing how to do this with Xcode 4.2 has been made. The author has written a blog post as well.

提交回复
热议问题