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

BarChartView work with TableView #167

Closed
51bitquant opened this issue Jun 19, 2015 · 5 comments
Closed

BarChartView work with TableView #167

51bitquant opened this issue Jun 19, 2015 · 5 comments

Comments

@51bitquant
Copy link

if I use BarChartView with TableView, the tableView Can't scroll any more! BarChartView can scale while the tableView can't scroll. How can I solve this problem?

@liuxuan30
Copy link
Member

it sounds like the problem is about the responder chain. Your bar chart becomes the first responder of pan gesture, so the table view cannot receive it. You may want to overide it and figure a way to trigger the table view to scroll?

@danielgindi
Copy link
Collaborator

You don't have to. The bar/line charts take care of that automatically.
When you are reaching the end of scrolling inside the chart, you can start
the gesture againand scroll the tableView.
Just if you are using CocoaPods, make sure you are taking last commit, not
the release version, as this is not in the release version yet.

@danielgindi
Copy link
Collaborator

See 90ef98e

@51bitquant
Copy link
Author

@danielgindi Thank you for your kindly answer.

@newbiebie
Copy link

I have the same problem

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

4 participants