标签: iphone objective-c cocoa-touch uitableview interface-builder
在IB中绘制UITableViewCell与在代码中绘制是否有效/不高效?
答案 0 :(得分:1)
完全没有 - Apple推荐它并提供如何操作的示例。请参阅Table View Programming Guide - scroll down to Loading Custom Table-View Cells From Nib Files - 只需确保遵循有关使用透明度,单元格重用等的其他建议