Lnpopupcontroller: Gesture Recognizer Hit Area

Created on 28 Dec 2016  路  2Comments  路  Source: LeoNatan/LNPopupController

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.

question

Most helpful comment

Implement

- (__kindof UIView*)viewForPopupInteractionGestureRecognizer;

and provide a view to which the gesture recognizer will be limited to.

All 2 comments

Implement

- (__kindof UIView*)viewForPopupInteractionGestureRecognizer;

and provide a view to which the gesture recognizer will be limited to.

Got it! Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dancarasco picture dancarasco  路  6Comments

johnswifttt picture johnswifttt  路  6Comments

nhatduong picture nhatduong  路  7Comments

iKushalManiyar picture iKushalManiyar  路  4Comments

johnswifttt picture johnswifttt  路  5Comments