andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

Animation Controller for Dismissed Not work in iOS 9.3 & iOS 12 #49

Closed bauloc closed 5 years ago

bauloc commented 6 years ago

Thanks to the author for the great library, very easy to use, however I can not run the dismissal effect on ios 9.3 and ios 12. Please check again. Thank you.

andreamazz commented 6 years ago

Great. The funny thing is that the view hierarchy inspector looks fine: screenshot 2018-09-26 at 10 18 34

andreamazz commented 6 years ago

I'll toss this to an iOS issue, filed radar 44790012.

andreamazz commented 6 years ago

Another reference to the issue: https://forums.developer.apple.com/thread/108568

sushilskycap commented 6 years ago

Same issue. It just stuck at the presentedViewController. if I press home button and open app from app icon, it show the presentingViewController.

andreamazz commented 6 years ago

It's an iOS issue, open or dup a radar, no point in +1ing this issue

andreamazz commented 5 years ago

Check out the updates in c283745 to implement the fix.