ios - Replacing Xcode 6 default Launchscreen with a Custom animation -


i have animation (in swift) want display while app loads. assuming must override xcode 6 default launch screen so.

my question how override default launchscreen in xcode allow custom launch in animation.

any feedback appreciated.

thanks ciaran

first, apple doesn't recommend having these types of launch screens. answer questions, make first uicontroller of app have custom animation , after animation done, have segue app's main screen.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -