Did Apple change default appearance of grouped cells in table ?
I defined static grouped UITableView with multiple sections in Storyboard, expected the cells to appear as in this tutorial:
http://www.appcoda.com/ios-static-table-view-storyboard/
However it looks like that:
Is there a way to change the appearance in storyboard (not programmatically), to show the grouped cells inside rounded corner boxes as in the tutorial ?