UITableViewGrouped Section~在TableView下面的奇怪的白线(带有图像)

时间:2011-08-18 17:29:55

标签: iphone objective-c cocoa-touch uitableview uiview

请参阅图片。

如果我使用

    [self.tableView initWithFrame:CGRectMake(0, 0, 320, 320) 
               style:UITableViewStyleGrouped];

tableView部分下面有一个小的 WHITE Line 。我认为这是应用程序中的一个错误,但事实证明很多应用程序都有这个错误,其中一些已经纠正了。

如何摆脱那条白线?

(屏幕截图是section的图片,我将UIViewtableView的背景设置为绿色,以便明确显示该线条。

enter image description here

1 个答案:

答案 0 :(得分:4)

尝试将tableView的separatorStyle属性设置为UITableViewCellSeparatorStyleSingleLine。这看起来很像设置UITableViewCellSeparatorStyleSingleLineEtched时发生的事情,可能是在笔尖中。