tags:

views:

18

answers:

1

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...

alt text

+3  A: 
view.backgroundColor = [UIColor groupTableViewBackgroundColor];
Ole Begemann