zetachang / DCModalSegue

A custom segue which makes a pushed back modal presenting animation.
MIT License
319 stars 23 forks source link

Flashing at end of segue animation #12

Open ghost opened 8 years ago

ghost commented 8 years ago

When dismissing a controller, there is an obvious flash (or jolt) at the bottom of the screen when ending the animation. I believe this is caused when the presented / destination controller is dismissed in the code below.

[super dismissViewControllerAnimated:YES completion:^{...

Any ideas how to get rid of this flash as the views are sorting themselves out?