CosmicMind/Samples

motionNavigationTransitionType = .autoReverse(presenting: .zoom) not behaving as the sample gif in the Photos App

mariusgab opened this issue · 2 comments

So when tapping a photo the sample gif shows the zoom in transition, but when running the project on simulator and tapping on the photo it actually has the standard iOS push transition.

Hey! I updated the project to behave correctly. I will need to make an adjustment for the bottom TabBar when using iPhone X. Otherwise, update your local copy of the repo and all will work correctly. Before, Motion was enabled by default when using the NavigationController. Now it needs to enabled by default. All the best!

Thank you!