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,301
  • 8
  • 37
  • 52

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,658
  • 2
  • 15
  • 26