Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Load Different Launch Screen for iPad / iPhone

Tags:

People also ask

What is launch screen storyboard?

The LaunchScreen. storyboard is an interface builder storyboard file that uses auto-layout and some basic constraints on the controls to adjust the display for all the supported devices. Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.

How do I add launch screen to Xcode?

You should do it from within Xcode: Select "New File" In iOS UserInterface section, select LaunchScreen.

How do I add a splash screen in Xcode 13?

Adding splash screen on iOS xcodeproj in Xcode. Then, drag the file BootSplash. storyboard under the Project directory in the Xcode file manager on the left side of the Xcode from the path ios/app-name/ directory. After dragging it, Xcode will prompt the following to create a folder reference.


i want to load different launch screen storyboard for iPad and iPhone & for that i add new entry in info.plist like below

enter image description here

but it load only iPhone launch screen.

any help will be appreciated. thanks in advance.