Guest User

Untitled

a guest
Jul 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. self.tableView.backgroundColor = [UIColor clearColor];
  2. self.tableView.contentInset = UIEdgeInsetsMake(50,0,0,0);
  3.  
  4. TTView *test = [[TTView alloc] init];
  5. test.frame = CGRectMake(0, 0, 320, 50);
  6. test.backgroundColor = [UIColor grayColor];
  7. [self.view addSubview:test];
  8.  
  9. [self.view bringSubviewToFront:self.tableView];
Add Comment
Please, Sign In to add comment