【发布时间】:2013-01-09 01:38:18
【问题描述】:
我在旧版本中使用过这个背景,更新到 iOS 6.0 后,我无法在 IB 中找到任何地方。我堆栈溢出并使用了这个
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
仍然是白色,我现在该怎么办?我需要为此设置图像吗?
【问题讨论】:
标签: iphone ios cocoa-touch uiview uiimage
我在旧版本中使用过这个背景,更新到 iOS 6.0 后,我无法在 IB 中找到任何地方。我堆栈溢出并使用了这个
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
仍然是白色,我现在该怎么办?我需要为此设置图像吗?
【问题讨论】:
标签: iphone ios cocoa-touch uiview uiimage
此功能 groupTableViewBackgroundColor 在 iOS 6 上已弃用。请在背景模式下设置颜色或图像 请看SO answer
【讨论】: