XCode 9.1, tableView in ViewController with UINavigation have top space between navigation bar and tableView on iOS 10.3

Viewed 313

Here's how the storyboard set. View's background color is red. TableView's background color is blue. enter image description here

The final effect:
iOS 11.1's tableView in navigation view controller works fine.

iOS 10.3's tableView in navigation view controller have extra space on top of table view.

It's contentOffSet been changed.

enter image description here

Any ideal what I have missing?

0 Answers
Related