KGS
KGS

Reputation: 41

Launch Screen takes too long to disappear

I just started learning Swift. It's been only a month, and I can assure you that I'm not doing anything fancy. Yet, the launch screen on the simulator is taking a long time to disappear before the app starts. It stays on for at least 5 seconds, and it takes another 2.5 seconds to slowly fade away. And as it fades out, the first view of the app slowly fades in. It was working fine (took only a fraction of a second) until a couple of days ago when this started happening suddenly while I was working on a sample app. Here are things I've confirmed:

I was working on a simple practice program. It ran successfully just like it did numerous times before. Then, I made some minor changes to the code (nothing fancy --- just some trivial changes.) And the next time I pressed the RUN button, I noticed that the launch screen took a considerably longer to disappear. After that, it just won't go back to the way it was.

Could someone please advise the cause of the problem and the solution? Thank you very much.

Upvotes: 3

Views: 2627

Answers (1)

ABakerSmith
ABakerSmith

Reputation: 22939

You may have Slow Animations turned on. Go to the simulation and check under Debug:

enter image description here

Upvotes: 3

Related Questions