1

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:

static uitableview

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 ?

Tamir
  • 625
  • 1
  • 12
  • 27

1 Answers1

2

Check your phone, the "Settings" app uses a grouped type of table view. Yes, since iOS7 (when iOS got redesigned) the shape of the grouped table view changed.

You're looking at an old tutorial with old screenshots.

wolffan
  • 1,084
  • 10
  • 15
  • Ok, this is what I thought, I checked the "Settings" already as you suggested and saw it looks the same, just wanted to verify I didn't miss anything. Thanks. – Tamir Jan 15 '15 at 15:04