m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

How to use the default push animation when navigating within modal view? #155

Open JeffreyCA opened 6 years ago

JeffreyCA commented 6 years ago

When navigating between views within the modal view (i.e. click button to show another view), by default it shows a fade animation. How do I change it to the standard push animation?