分组UITableView底部边框

时间:2011-12-03 13:48:09

标签: iphone ios uitableview

我有一个UITableView的小问题,它的背景颜色。我在UITableView的末尾会看到这个奇怪的页脚,如下图所示。

Sample of the issue

我已尝试将边框设置为[UIColor clearColor],但遗憾的是没有帮助。有谁知道为什么会这样? (以及如何修复它?)

1 个答案:

答案 0 :(得分:8)

您是否尝试在Interface Builder中或通过设置UITableView的separatorStyle属性以编程方式更改分隔符样式?

您好像可以将此设置设为UITableViewCellSeparatorStyleSingleLineEtcheddocumented如下所示。您可以尝试使用UITableViewCellSeparatorStyleNone

  

UITableViewCellSeparatorStyleSingleLineEtched
  隔板单元在其宽度上有双线,使其具有蚀刻外观。目前,此样式仅支持分组样式的表视图。