-
-
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
Implementing Gestures #519
Comments
gestures should be different on these platforms. It already has tap gesture and other gestures (pinch, pan) there. You can write your own gesture handler. |
You should read about UIGestureRecognizers in iOS. It's a wonderful gesture |
Hi, Well i am trying to add a tap gesture to the barchartView but not getting succeeded. UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(touch:)];
Nothing gets to the selector functions. Please help..!! |
file a new issue if it's releated to the charts, or ask it on StackOverflow for technical quetions. |
I'm having trouble implementing gestures to interact with my line chart. I am pretty new to swift programming but i know that you can highlight values using the chartValueSelected function. It appears as the mpandroidcharts has something that allows for gesture recognition when highlighting lines. Is there something in this port that does the same thing?
The text was updated successfully, but these errors were encountered: