如何使用下一个样式创建UITableViewCell(xib中的右侧详细信息)
例如,我可以使用下一个:
cell.style ='Right Detail'(大致)
谢谢!
答案 0 :(得分:22)
您想要的是UITableViewCellStyleValue1
,但您无法设置现有单元格的样式:您必须在创建它时进行设置。像这样:
UITableViewCell *cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:@"YourIdentifier"];
答案 1 :(得分:0)
尽管此问题的最佳答案是正确的,但它没有涉及单元重用的话题。
事实证明,您不再需要使用xdebug.profiler_enable=0
。
相反,您可以使用这种方法:
tableView.register