I’m using presentModalViewController to go from view controller to view controller. Right now the animations are up and down when it goes from one view to another. Can I change it to right and left? I did not see any settings for this in the method presentModalViewController
Ted
I’m using presentModalViewController to go from view controller to view controller. Right now the
Share
Try this before presenting the modal vc:
See the
modalTransitionStyleProperty of a UIViewController – Here are the Reference docsYou can make convenience methods for all styles like so (from Modal View Controller Example):