ZFDragableModalTransition
ZFDragableModalTransition copied to clipboard
Custom animation transition for present modal view controller
I have use this library from last 1.5 year. Currently i am stuck on one issue. Issue occur only in iOS 13. Issue is application hang when i present A...
Is there a way for me receive touches on a UIButton that is in the "behind" view controller while the "front" view controller is being presented? Like being able to...
Hi, I've made many improvements to this project. First of all, I've imported most of the useful changes from other contributors. Then I've added 3 main changes: 1. Keep tracking...
i have a tableview being presented, and when building with xcode 9 beta 5 it won't accept any user touch events. works fine with xcode 8/ios 10.3. any ideas on...
If you have DatePicker inside Scroll View (Table View for example) you can’t scroll down datepicker (to select time/date), because instead of datepicker’s scrolling, view will be dragged down. Temporary...
When the modal view doesn't have a zero origin bound, after rotation, the original presenting view will be set to negative frame origin. e.g., if the bounds is -20, the...
My first view controller is locked to landscape mode only (by overriding `supportedInterfaceOrientations`, while the destination view controller can be either portrait or landscape. When I navigate to the second...
Gesture fails even if `scrollView` `contentOffset.y` is 0. This happens when you started more "horizontal" pan gesture than vertical. And dismiss gesture not started, even if you on top of...