on iOS 11 .I wtire this code:
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.contentOffset = CGPointMake(0, _searchBar.height);
self.tableView.tableHeaderView = _searchBar;
}
After the tableView ‘layoutSubViews was executed, I get the tableView's contentSize.But the contentSize is wrong