iPhone, how do I set the background of a view like the settings screens gray style?
I'm creating a settings scr开发者_JS百科een, 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...
view.backgroundColor = [UIColor groupTableViewBackgroundColor];
精彩评论