Skip to content
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

How to listen to the end of a chart swipe to call a method #3911

Closed
zuqiu123 opened this issue Mar 26, 2019 · 2 comments
Closed

How to listen to the end of a chart swipe to call a method #3911

zuqiu123 opened this issue Mar 26, 2019 · 2 comments

Comments

@zuqiu123
Copy link

I want to refresh the corresponding interface data after the chart slide ends, so I need to listen to the chart slide end to call the method, but this method does not stop when I listen.

  • (void)chartTranslated:(ChartViewBase *)chartView dX:(CGFloat)dX dY:(CGFloat)dY
    I hope you can help me thank you.
@liuxuan30
Copy link
Member

you can add your own delegate methods in your sub classes to do this.

@zuqiu123
Copy link
Author

Can you elaborate or give an example, or do not understand a bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants