ZFDragableModalTransition
ZFDragableModalTransition copied to clipboard
How to detect and handle UIScrollView's over scroll at the top
First off, great library! I've got this one particular issue - once my modal view controller opens up, and I scroll down (to see the end content), when I scroll back up, the transition does not kick in - instead, the UIScrollView "bounces" at the top.
How can I prevent that over scroll at the top and trigger the modal transition?