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
Just add this in you ViewDidLoad method
self.automaticallyAdjustsScrollViewInsets = NO;