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
this issuses?bug?
README
IGListKit
Adaptive altitude height flicker issuses
core code
# Please include debug logs using the following lldb command: po [IGListDebugger dump]
The text was updated successfully, but these errors were encountered:
Looks like this is using self-sizing cells. Check out #516 where we are tracking everything related to self sizing.
Sent with GitHawk
Sorry, something went wrong.
No branches or pull requests
New issue checklist
this issuses?bug?
README
and documentationGeneral information
IGListKit
version:3.2.0Debug information
Adaptive altitude height flicker issuses
core code
[self setNeedsLayout];
[self layoutIfNeeded];
CGSize size = [self.contentView systemLayoutSizeFittingSize:layoutAttributes.size];
CGRect newFrame = layoutAttributes.frame;
// newFrame.size.width = ceil(size.width);
newFrame.size.height = ceil(size.height);
layoutAttributes.frame = newFrame;
return layoutAttributes;
}
# Please include debug logs using the following lldb command: po [IGListDebugger dump]
The text was updated successfully, but these errors were encountered: