You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: