Custom UITableViewCell rounded corners (grouped style)
Posted
by Urizen
on Stack Overflow
See other posts from Stack Overflow
or by Urizen
Published on 2010-01-06T21:18:04Z
Indexed on
2010/03/24
22:23 UTC
Read the original article
Hit count: 604
When creating a custom UITableViewCell I notice that it looks as expected in 'plain' style but that the corners of the cells are not rounded if the table view is displayed in 'grouped' style: i.e. the corners are square.
I have searched but cannot find any real explanation of why this happens and, more importantly, how to remedy this effect.
© Stack Overflow or respective owner