当应用程序从后台模式重新启动时,定义一个自定义启动图像



当应用程序从后台模式重新启动时,是否可以使用不同的启动图像?如果是,如何实现呢?这与不同的设备朝向无关。我到处找过了,但还没找到。

我想你可以在这个方法中添加你的启动图像:

- (void)applicationWillEnterForeground:(UIApplication *)application
{
    /*
     Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
     */
}

相关内容

最新更新