marty-suzuki / SAParallaxViewControllerSwift

SAParallaxViewControllerSwift realizes parallax scrolling with blur effect. In addition, it realizes seamless opening transition.
MIT License
260 stars 24 forks source link

presentviewcontroller hangs #11

Closed mkchoi212 closed 9 years ago

mkchoi212 commented 9 years ago

When presenting the view controller from a parallax view that is part of a navigation controller, the present view controller hangs.

Try embedding the initial view controller the example to replicate this issue!

Thanks

marty-suzuki commented 9 years ago

Thank you for your issue.

SAParallaxViewController is not supported using with UINavigationController.

Sorry