我需要在iOS应用程序的启动屏幕中设置背景颜色或背景图像。我想知道是否有类似的代码:
self.view.backgroundcolor=[UIColor redColor];
谢谢
答案 0 :(得分:9)
如果要为启动屏幕设置背景图像,请选择以下两种方式:
image.axassets
并在其中添加新的LaunchImage。UIImageView
中添加LaunchScreen.xib
并为其设置图片。如果要为启动图像设置背景颜色,请在UIView
中添加LaunchScreen.xib
并设置backgroundColor
的属性。
两种方式都很简单,但我更喜欢使用image.axassets LunchImage set。
注意:如果您使用image.axassets
LaunchImage,请不要忘记使用应用程序迁移此集。