I'm creating a settings screen, its a child screen and won't push to another screen. I don't want to use a table view. But I need to have the screen look like other settings screens, with the gray sort of background, like this...
views:
18answers:
1
+3
A:
view.backgroundColor = [UIColor groupTableViewBackgroundColor];
Ole Begemann
2010-10-21 13:19:09