Yas
Yas

Reputation: 71

Create .xib launch screen in Xcode 8

I am trying to create launch screen in an older iOS App using Xcode 8. I need .xib launch screen but Xcode is creating Launch Screen.storyboard. Could anyone suggest please.

Thank you in advance.

Upvotes: 3

Views: 5097

Answers (1)

Reinier Melian
Reinier Melian

Reputation: 20804

Add your desired launch screen .xib file to your project, and in your General section in "App icons and launch images" subsection select in launch screen file your desired xib file

Creating the xib file (in top menu go to File -> Menu -> File..) enter image description here

Setting the xib file as launch screen enter image description here

Upvotes: 11

Related Questions