andreamazz / andreamazz/AMPopTip
shouldDismissOnSwipeOutside is not working
- Lingua principale
- Swift
- Stelle
- 3.3k
- Fork
- 449
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello, first of all thanks for your work and framework!
There is an issue with swipe outside tooltip.
I have a screen with tableview (Not tableview controller, just view controller with tableview inside).
I'm showing a tooltip on this screen's view. Enabling swipe directions to `up` and `down`, `shouldDismissOnSwipeOutside` to true as a `PopTip` init. Also, from a similar issue I've used fix with setting gestureDelegates to view and `shouldRecognizeSimultaneouslyWith` to return `true`. And it's working, but not as expected. PopTip disappears correctly if user will wait until animation ends, but, if user will scroll before it's end — then `PopTip` wouldn't be hidden.
As a possible solution — I'm disabling the animation, or moving gestureDelegates set outside `PopTip` animated appearance.
Appreciate any help!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.