简体   繁体   中英

How to set different Launch File (xib, not launch image) for different device for iOS application

I have developed an iOS app which now I'm trying to update giving it iPad and iPhone support. I want to make the difference Launch File(made in xib file)for iPad and iPhone.

I know there are lots of posts talking about how to handle initial view of different device,but the Launch xib can't initial programmatically. So how can I set up project setting for difference device choosing difference Launch file(not image)

XCode setting place

thanks a lot

Yes!!! is the way dadederk said:

add in info.plist

UILaunchStoryboardName UILaunchStoryboardName~ipad

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