标签: ios uitableview
我正在开发一个iOS应用程序,我想制作一个表格视图,但只能使用像6G Nano images app这样的图像。有谁知道如何实现它?
答案 0 :(得分:1)
您必须通过继承UITableViewCell和/或使用Interface Builder / XCode来创建自定义UITableViewCell。这是一些很好的教程: Easy custom UITableView drawing和Custom UITableViewCell in IB
UITableViewCell