在ios中设置launchscreen.xib的背景图像

时间:2015-04-16 11:10:46

标签: ios iphone xcode user-interface

我需要在iOS应用程序的启动屏幕中设置背景颜色或背景图像。我想知道是否有类似的代码:

self.view.backgroundcolor=[UIColor redColor];

谢谢

1 个答案:

答案 0 :(得分:9)

如果要为启动屏幕设置背景图像,请选择以下两种方式:

  1. 使用image.axassets并在其中添加新的LaunchImage。
  2. 您可以在UIImageView中添加LaunchScreen.xib并为其设置图片。
  3. 如果要为启动图像设置背景颜色,请在UIView中添加LaunchScreen.xib并设置backgroundColor的属性。

    两种方式都很简单,但我更喜欢使用image.axassets LunchImage set。

    注意:如果您使用image.axassets LaunchImage,请不要忘记使用应用程序迁移此集。