Hi!
I'm trying to decrease hit area of GestureRecognizer which close popupController, but no results.
For example, is it possible to set draggable only the top half of the view?
Because sometimes it conflicts with other controls on view controller.
Thank you.
Implement
- (__kindof UIView*)viewForPopupInteractionGestureRecognizer;
and provide a view to which the gesture recognizer will be limited to.
Got it! Thank you
Most helpful comment
Implement
- (__kindof UIView*)viewForPopupInteractionGestureRecognizer;and provide a view to which the gesture recognizer will be limited to.