Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [_resultHeaderView sizeToFit]; // the view as the correct frame
  2. [_resultTableView setTableHeaderView:_resultHeaderView];
  3.  
  4. self.edgesForExtendedLayout = UIRectEdgeNone;
  5. self.automaticallyAdjustsScrollViewInsets = NO;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement