ios - In Xcode how do I know if my lauch image is working correctly? -
when run simulator, app opens it's impossible see launch image.
set breakpoint 1st line of application:didfinishlaunchingwithoptions: delegate method. or better yet, inside main.
this pause app before showing user interface , allow see launch screen.
Comments
Post a Comment