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

Scrollview inside Marker #2661

Closed
bardonadam opened this issue Aug 1, 2017 · 1 comment
Closed

Scrollview inside Marker #2661

bardonadam opened this issue Aug 1, 2017 · 1 comment

Comments

@bardonadam
Copy link

Is it possible to add some scrollview(like a tableview) inside a marker?
The table is drawn with content size bigger than its frame, but it doesn't responds to drag/scrolling gesture. I've tried marker.tableView.scrollToRow(at: IndexPath(..), at: .middle, animated: true) and it works.

@bardonadam
Copy link
Author

Looks like that marker is static rendering and should not be used in such way. So instead of setting chartView.marker, I'll create custom UIView on chartValueSelected() event.

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

1 participant