Question
1
Replies
79
Views
Capgemini
Posted: December 12, 2019
Last activity: December 27, 2019
Mobile App Splash Screen Implementation
We have a requirement that we need to implement a splash screen which needs to show until & unless user performs any actions
Hi Nikita,
To my knowledge, I don't think it is possible to show until & unless the user performs any action. The
splash screen
is shown while your app starts up and I don't think we can control it.However, you can try to customize may be add a new view controller which will display your splash page in the application after
didFinishLoading
might help your requirement.See if this helps.