UITableViewCellStyleSubtitle

时间:2011-09-09 13:49:41

标签: xcode

在过去几天修补自己后,我需要认真的建议。

我正在寻找关于如何使用上述UITableViewCellStyleSubtitle的示例/建议。

见这里例如:

http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/TableView_iPhone/TableViewStyles/TableViewCharacteristics.html#//apple_ref/doc/uid/TP40007451-CH3-SW14

这些行需要在其中一个标签上编辑,并从设备上的照片上传照片(甚至可能吗?)

还喜欢将用户输入的单元格提交到数组中以供将来计算。

谢谢和亲切的问候,

崔佛

1 个答案:

答案 0 :(得分:0)

    cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier];