Iphone UITableViewStyleGrouped TableView中的自定义截面边框/背景?

Iphone UITableViewStyleGrouped TableView中的自定义截面边框/背景?,iphone,objective-c,ios,Iphone,Objective C,Ios,能否删除UITableViewStyleGrouped TableView中特定段落的段落背景和边框?您可以使用表格视图的backgroundColor和backgroundView属性自定义背景。您还可以更改borderColor和borderStyle属性。不确定您需要什么。也许您需要访问-(UITableViewCell*)表视图:(UITableView*)表单元格中的cell.backgroundView或cell.backgroundColor(UITableView*)表单元格FO

能否删除UITableViewStyleGrouped TableView中特定段落的段落背景和边框?

您可以使用表格视图的
backgroundColor
backgroundView
属性自定义背景。您还可以更改
borderColor
borderStyle
属性。

不确定您需要什么。也许您需要访问
-(UITableViewCell*)表视图:(UITableView*)表单元格中的
cell.backgroundView
cell.backgroundColor
(UITableView*)表单元格FORROWATINDEXPATH:(NSIndexPath*)indexPath
方法。(单元格定义为
UITableViewCell*单元格=[表dequeueReusableCellWithIdentifier:CellIdentifier];