I have an ios 9 app that I am building. How do I make the launch screen appear everytime the app starts?
Asked
Active
Viewed 51 times
0
-
3Why do you want to? Nobody wants to be forced to stare at a launch screen. – rob mayoff Oct 17 '15 at 21:40
-
one way i can think of is using the appdelagate and creating a similar toyour launch screen view and force it to show up when you restart the app from background lets say. But yeah like rob said why would someone do that? What's your intentions? – Korpel Oct 17 '15 at 21:46
-
What you are trying to do is really bad UX and I strongly advise you not to do it. What you want to achieve can probably be solved in a different, more user friendly way. – oyvindhauge Oct 17 '15 at 21:55
-
Don't do this but perhaps you want the `UIApplicationExitsOnSuspend` key set to `YES` in your Info.plist. Again, don't do this. – rmaddy Oct 17 '15 at 22:19