I put a UITableView in a UIPopover, and got these white edges instead of real rounded corners when the table view's scrollbar is visible (and, after some time, even without the scrollbar):
Is this expected behaviour? I know that UIPopover is supposed to add a clipping mask with rounded corners to child views, but I can't imagine that this should happen?