UITableViewStyleGrouped
does not have rounded corners like in iOS versions <= 6.
Is anyone having same problem in iOS 7? My UITableView is all written in code as it is complex. I have had a look at all the changes and guidelines and I cannot see any mention of change to the cell appearance. Where did the corners go?
Asked
Active
Viewed 5,858 times
2

JAL
- 41,701
- 23
- 172
- 300

Joseph Bolade Caxton-Idowu
- 218
- 3
- 10
1 Answers
8
iOS 7 is Borderless. Rounded corners are no longer available in iOS 7. Apple removed this feature. I am currently working with iOS 7 and had a discussion with apple support guys. They confirmed that this is no more supported. You can see the Settings app for an example — the table view there is group style.

Greg
- 9,068
- 6
- 49
- 91

Adnan Aftab
- 14,377
- 4
- 45
- 54
-
Thanks for that. I should have checked settings though. My brain was scrabbled. – Joseph Bolade Caxton-Idowu Sep 23 '13 at 13:28
-
However, on iPad the detail view still looks with rounded corners. – Richard Topchii Jun 13 '18 at 10:27