我想将空视图设置为单元格或特定部分没有分隔线
if(section == 1)
self.documentTable.separatorStyle = UITableViewCellSelectionStyleNone;
else
self.documentTable.separatorStyle = UITableViewCellSeparatorStyleSingleLine;
如果我喜欢上面,它会隐藏所有单元格的分隔线。请帮助我。在 iOS 6.0 中,我正在这样做,
buttonCell.backgroundView = [[UIView alloc] initWithFrame:CGRectZero];