我想在一个TTTableImageItem中添加2个图像?但现在我可以像这样添加一个图像和一个文本:[TTTableImageItem itemWithText:@“”imageURL:@“bundle://sunny.png”]
感谢
答案 0 :(得分:0)
您需要继承TTTableViewItemCell
或TTTableImageItemCell
和TTTableImageItem
才能实现这一目标。查看TTTableImageItemCell
图像视图的创建和布局方式。
您的TTTableImageItem
子类只是一个传输图像网址的数据结构类,单元子类是在tableView中使用的实际单元格。