-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker and long press gesture... #2656
Comments
sure, it's up you to your gesture handler... |
How do we make a marker appears? You have an example? |
You have an example? I thought the markers was automatically displayed on a tap gesture.
What is the function to display a marker?
Thanks
… Le 31 juil. 2017 à 22:10, Xuan ***@***.***> a écrit :
sure, it's up you to your gesture handler...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2656 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEKfkxjibRFeqkSMMHc0hfjviwhPNhFjks5sTokzgaJpZM4OohIM>.
|
Have you tried ChartsDemo, when you click on the line/bar, a popup will show up, that's marker. With the same concept, you can add a long press gesture and show the marker as well. This is more like a Stack Overflow issue about how to use gesture do abc. The code is here: /// draws all MarkerViews on the highlighted positions
internal func drawMarkers(context: CGContext) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible that a marker appears on a long press gesture and / or a tap gesture?
The text was updated successfully, but these errors were encountered: