ElasticTransition icon indicating copy to clipboard operation
ElasticTransition copied to clipboard

none animated dismissViewController bug

Open thanhn08 opened this issue 8 years ago • 6 comments

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.

thanhn08 avatar Mar 25 '16 08:03 thanhn08

I will looking into this too. Thanks for reporting!!

lkzhao avatar Mar 31 '16 23:03 lkzhao

The same,how to solve it?

misuqian avatar May 10 '16 11:05 misuqian

I would set the transitionDelegate to nil before presenting the view controller for now. I will investigate on this issue.

lkzhao avatar May 10 '16 15:05 lkzhao

the same,did you solve it?

aliyoge avatar Jun 07 '16 05:06 aliyoge

please help

phuhk avatar May 17 '19 09:05 phuhk

Any Update? on If animated is false, it will result in black / empty screen.

ChiragCreative1 avatar Oct 04 '19 12:10 ChiragCreative1