ElasticTransition
ElasticTransition copied to clipboard
none animated dismissViewController bug
Sorry lkzhao that I don't really have time to debug and make a pull request to help you but I hope I could at least report what I found while using your control.
Currently dismiss a ViewController which was presented modally with custom transition as ElasticTransition only work with animated = true. If animated is false, it will result in black / empty screen.
I guess this has something with rendering the underneath view controller while performing the custom transition.
I will looking into this too. Thanks for reporting!!
The same,how to solve it?
I would set the transitionDelegate to nil before presenting the view controller for now. I will investigate on this issue.
the same,did you solve it?
please help
Any Update? on If animated is false, it will result in black / empty screen.