我有一个问题,我的 UITableView(组样式)在圆角上方有一个黑色“提示”。
我正在设置 tableview 的背景,如下所示:
[meetingTableView setBackgroundColor:[[UIColor alloc] initWithPatternImage:[[UIImage alloc] initWithContentsOfFile:@"background.png"]]];
我的表格视图最终看起来像这样:
圆角上的黑色尖边 http://papernapkin.org/pastebin/resource/images/imageEntryId/6487
有什么想法可以摆脱这些黑点吗?