3

I deleted the launch screen on the app awhile ago, but now I want one back. How can I create a new one without disrupting my main.storyboard?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Haley
  • 31
  • 2
  • This is what source code control and backups are for. If you are not doing both, you are doing it wrong. – rmaddy Dec 13 '17 at 03:01

3 Answers3

5

Create new launch screen through your Xcode

enter image description here

And make it launch screen on your app General screen

enter image description here

Mudith Chathuranga Silva
  • 7,253
  • 2
  • 50
  • 58
1

enter image description here

Right click on you project folder, then create a new storyboard named launch screen, Then add that as bellow image showing

Zahirul Islam
  • 155
  • 2
  • 12
0

Go to trash and you can see the today deleted item. there is function to Put Back. if put back is not there then you can copy the item and paste in Base.lproj folder and add this in the xcode.

enter image description here

Kirit Modi
  • 23,155
  • 15
  • 89
  • 112