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
I do not want the sheet to bouncing so I added this to your example in viewDidLoad after allocation.
[spreadSheetView setBounces:NO];
But after that when I scroll both lower left and upper right collection view at one time, it's end up wrong alignment.
The text was updated successfully, but these errors were encountered:
@twentyseven I was able to duplicate the problem, but will need more time to troubleshoot it.
Sorry, something went wrong.
I put [spreadSheetView setBounces:NO] in viewDidAppear and I don't seem to have the issue.
No branches or pull requests
I do not want the sheet to bouncing so I added this to your example in viewDidLoad after allocation.
[spreadSheetView setBounces:NO];
But after that when I scroll both lower left and upper right collection view at one time, it's end up wrong alignment.
The text was updated successfully, but these errors were encountered: