0

This is related to: Why is there extra padding at the top of my UITableView with style UITableViewStyleGrouped in iOS7

tableView + height of subView changes suddenly

In fact, it's so obviously a bug. Simply making the future UITableView header to (0,0,.1,.1) works to fix the problem.

Community
  • 1
  • 1
user4951
  • 32,206
  • 53
  • 172
  • 282

1 Answers1

1

This is bug of iOS, I guess. If you use storyboard, just remove tableView from controller and put it again. It solved a problem in my case.

Zhans
  • 273
  • 2
  • 11