0

Is there anyway to have the navigation controller present the view animation as how presentViewController does it, where the view appears from the bottom and comes up?

Allen
  • 3,601
  • 10
  • 40
  • 59

1 Answers1

0

See this post on how to do custom animations for push segues:

How to change the Push and Pop animations in a navigation based app

You can find all the UIViewAnimationOptions here:

https://developer.apple.com/library/ios/documentation/uikit/reference/uiview_class/UIView/UIView.html#//apple_ref/doc/c_ref/UIViewAnimationOptions

Community
  • 1
  • 1
AdamG
  • 3,718
  • 2
  • 18
  • 28