Guest User

Untitled

a guest
Jan 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. this.View.BackgroundColor = UIColor.GroupTableViewBackgroundColor; // Black screen
  2. this.View.BackgroundColor = UIColor.Red; // Works
  3.  
  4. [self.tableview setBackgroundColor:[UIColor groupTableViewBackgroundColor]];
Add Comment
Please, Sign In to add comment