Guest User

Untitled

a guest
Nov 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [self.tableView setContentInset:UIEdgeInsetsMake(50,0,0,0)];
  2.  
  3. self.tableView.contentInset = UIEdgeInsetsMake(50, 0, 0, 0)
  4.  
  5. self.tableView.contentInset = UIEdgeInsets(top: 50, left: 0, bottom: 0, right: 0)
  6.  
  7. [self.tableView scrollRectToVisible:CGRectMake(0, 0, 320, 1) animated:NO];
  8.  
  9. - (void)viewDidLoad
  10.  
  11. UITableViewController.view = UITableView
  12.  
  13. UITableViewController.view = UIView
Add Comment
Please, Sign In to add comment