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
Hello,
First of all, I want to say thanks for this awesome lib!
But I'm having some visual glitches when collapsing cells if total height of cells is less than screen size (e.g. having just one cell):
I was able also to reproduce this bug in demo project:
tableView(_: UITableView, numberOfRowsInSection _: Int)
<
Any idea of how this can be fixed?
Thank you in advance, Anton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
First of all, I want to say thanks for this awesome lib!
But I'm having some visual glitches when collapsing cells if total height of cells is less than screen size (e.g. having just one cell):
I was able also to reproduce this bug in demo project:
tableView(_: UITableView, numberOfRowsInSection _: Int)
method<
, cell collapse with a visual glitchAny idea of how this can be fixed?
Thank you in advance,
Anton
The text was updated successfully, but these errors were encountered: