Replies: 1 comment
-
That's probably possible. You can change the state of a panel using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for this brilliant library. I'm working on embedding FloatingPanel to my app.
Is there any possibility to detect tap on Glabber handle and move each floating state cyclically with each tap?
I tried to add TapGestureRecognizer to FloatingPanelController.surfaceView.grabberHandle but it does not work. Also I added TapGestureRecognizer to FloatingPanelController.surfaceView but it seem to interfere with tapping its content (UICollectionViewCell selection).
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions