Empty white space above UITableView inside a UIView

前端 未结 8 1079
梦毁少年i
梦毁少年i 2020-12-13 13:53

I\'m trying to position a TableView inside my ViewController view but leaving a 44 height gap between the bottom of the navigation bar and the top of the table. I then wante

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 14:31

    I just found a solution for this. In my case, i was using TabBarViewController, A just uncheck the option 'Adjust Scroll View Insets'. Issues goes away.

    https://i.stack.imgur.com/qgQI8.png

提交回复
热议问题