ucu072 / HCPushBackAnimation

Demo of push back animation to display a modal view.
92 stars 8 forks source link

First Time is always slow #3

Open peoplecallmefrancois opened 11 years ago

peoplecallmefrancois commented 11 years ago

The first time, a modal view controller is opened, this animation takes about 4 seconds, after the first time it only takes about 1 second, how do I increase the speed of the first time that the animation occurs?

peoplecallmefrancois commented 11 years ago

For the first time, the main view controller fades away, then comes back, and only then is the modalviewcontroller shown.

After the firs time, the main view controller fades away, and only then is the modalviewcontroller shown.

Why is there an extra step the first time? What can I do to fix this bug?

peoplecallmefrancois commented 11 years ago

Oh, I have now figured out that this does not occur in iOS6, but it does occur on iOS7. Not sure why.

Does this happen to you when using iOS7?