marcosgriselli / EasyTransitions

A simple way to create custom interactive UIViewController transitions
MIT License
1.68k stars 92 forks source link

Add transition to present ViewController with gesture. #19

Closed bfernandesbfs closed 6 years ago

bfernandesbfs commented 6 years ago

Hi guys,

Simulate swipe of Notification center, when user swipe of any orientation for sample, started transition to present second viewcontroller. the effect opposite PresentationControllerAnimator

marcosgriselli commented 6 years ago

Added a quick example on the BasePresentationController class (uncomment window?.rootViewController = BasePresentationViewController() from the AppDelegate to see it) for presenting a view controller interactively. It's swipe from the bottom to present and then swipe on the presented view controller to dismiss.

screenflow