Rightpoint / Shift

A library of custom iOS View Controller Animations and Interactions written in Swift.
Other
22 stars 0 forks source link

Gesture based open and close #1

Open bsmith11 opened 8 years ago

bsmith11 commented 8 years ago

Add a gesture to open and close the transition. Possible gestures include pinch or long press + pan. Biggest difficulty here being user discoverability.

Also we could think about making it always interactable while its transitioning: http://initwithfunk.com/blog/2014/05/22/interactive-animated-transitions-on-ios/

mattThousand commented 8 years ago

SplitTransition now supports user interaction (pan gesture)!