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

前端 未结 30 2905
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 12:47

Starting in iOS7, there is additional space at the top of my UITableView\'s which have a style UITableViewStyleGrouped.

Here is an example:<

30条回答
  •  自闭症患者
    2020-11-22 13:10

    This is how it can be fixed easily in iOS 11 and Xcode 9.1 through Storyboard:

    Select Table View > Size Inspector > Content Insets: Never

提交回复
热议问题