I do not want to display launch image after app loading first time.Sometimes my app getting struck with launch image for long time.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The launch image is displayed till the time controll is in
application didFinishLaunchingWithOptionsi guess you are doing some heavy lifting there try doing things in background this will display launch image for small duration.
if you want to display after second time app is launched set a respective bool in userdefaults