2012-01-13 44 views

回答

4

排序,是的。看看这些UIColor方法:

+ groupTableViewBackgroundColor 
+ viewFlipsideBackgroundColor 
+ scrollViewTexturedBackgroundColor 
+ underPageBackgroundColor 

您可以使用这些设置背景“颜色”,这实际上是模式的图像色彩。除了那些没有别的东西提供(据我所知)。

例如(感谢@JonRamvi):

window.backgroundColor = [UIColor scrollViewTexturedBackgroundColor]; 
+0

谢谢!其他人的代码示例:window.backgroundColor = [UIColor scrollViewTexturedBackgroundColor]; – 2012-01-13 12:52:00

+0

添加了您的代码示例。 – mattjgalloway 2012-01-13 12:53:55

0

横舱口背景颜色可作为scrollViewTexturedBackgroundColor上的UIColor一类方法。如果你想看到,在模式转换期间,我认为你应该在应用程序委托中设置应用程序窗口的backgroundColor为这种颜色

相关问题