0

How many splash screens can be there in one iphone application.

If the answer is only one then what is the reason behind, like if there are other Views and they are talking long to load when app is in running state. Is it static or what..

Exception
  • 249
  • 1
  • 4
  • 17

1 Answers1

0

You manually create splash screens, so go ahead and make as many as you'd like.

Guy Kogus
  • 7,251
  • 1
  • 27
  • 32
  • so we can make anywhere inside the application...? – Exception Dec 17 '13 at 12:28
  • nothing I have got my point thanks....actually this [link] (http://stackoverflow.com/questions/18637974/want-to-change-splash-screen-every-time-the-app-launches-in-iphone) made me a little confused. So I was mixing two things... – Exception Dec 17 '13 at 12:32
  • They're referring to the launch image. That's just the image that appears until your app calls `didFinishLaunching...` You can create splash screens after that, freely. – Guy Kogus Dec 17 '13 at 12:34