UIPopover外观:丑陋的圆角边缘

时间:2012-08-28 11:31:49

标签: ios uitableview uipopover

我在UIPopover中放置了一个UITableView,当表视图的滚动条可见时(以及一段时间后,即使没有滚动条),也得到了这些白色边缘而不是真正的圆角:

enter image description here

这是预期的行为吗?我知道UIPopover应该在子视图中添加带圆角的剪贴蒙版,但我无法想象这会发生吗?

1 个答案:

答案 0 :(得分:1)

试试这个:

编辑我假设你有tableView

[yourTableView setBackgroundColor:[UIColor clearColor]];

[yourPopover.contentViewController.view setBackgroundColor:[UIColor clearColor]];