iphone - Set the same default background of the UITableView to a custom view controller -
I have to set the same brown hidden background in another view. Can anyone help me on this?
Thanks, Leonardo
this is very easy :)
< Previous> [self.view setBackgroundColor: [UIColor groupTableViewBackgroundColor]];
Comments
Post a Comment