You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new Swift version of the pop tip, you're adding the gesture recognizer for tapHandler to the poptip's container view instead of to the pop tip itself (line 511). This results in the tapHandler getting fired when tapping outside the pop tip, which is a regression from the previous version.
You may need to have separate gesture recognizers for handling taps inside and outside the poptip. 😄
The text was updated successfully, but these errors were encountered:
Hi, thanks for building this!
In the new Swift version of the pop tip, you're adding the gesture recognizer for
tapHandler
to the poptip's container view instead of to the pop tip itself (line 511). This results in thetapHandler
getting fired when tapping outside the pop tip, which is a regression from the previous version.You may need to have separate gesture recognizers for handling taps inside and outside the poptip. 😄
The text was updated successfully, but these errors were encountered: