开发者

iPhone, how do I set the background of a view like the settings screens gray style?

开发者 https://www.devze.com 2023-01-20 14:31 出处:网络
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, w

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

iPhone, how do I set the background of a view like the settings screens gray style?


view.backgroundColor = [UIColor groupTableViewBackgroundColor];
0

精彩评论

暂无评论...
验证码 换一张
取 消