We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, amazing work on this.
What would be super helpful is to be able to scroll the graph all the way to the end on startup.
I've added a variable shouldStartAtEnd (need a better name)
and then added this code to the setup function
if shouldStartAtEnd { self.offsetWidth = self.contentSize.width - viewport.width }
right before
// Set the scrollview offset. self.contentOffset.x = self.offsetWidth
The text was updated successfully, but these errors were encountered:
Hi, why don't you just set: graphView.direction =ScrollableGraphViewDirection.rightToLeft
Sorry, something went wrong.
No branches or pull requests
First, amazing work on this.
What would be super helpful is to be able to scroll the graph all the way to the end on startup.
I've added a variable shouldStartAtEnd (need a better name)
and then added this code to the setup function
right before
The text was updated successfully, but these errors were encountered: