简体   繁体   中英

iPad Startup Screen Shrinks

I'm trying to get an iphone/ipad app startup screen set up. Currently on the ipad it shows the correct large version then switches to the smaller iphone image. Any ideas on why this would happen?

In my plist file I have the UILaunchImageFile~ipad set up as iPad and the image files are iPad-Landscape.png and iPad-Portrait.png. They are 1004x768 and 768x1004 respectively. The iphone image is just Default.png.

Thanks a lot.

Perhaps a daft suggestion, but is your code displaying the iphone version in the first view it puts on screen?

Often people do this to make their app display the splashscreen for longer than the Apple default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM