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
The first layout transition is broken if the first layout configuration is .grid
.grid
Update the example project with the following:
fileprivate var layoutState: LayoutState = .grid fileprivate func setupCollectionView() { collectionView.collectionViewLayout = gridLayout // ... }
Proper animation for the layout transition
The first animation is not smooth and flickers
Simply updating your example project with the code previously provided:
setupCollectionView
layoutState
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Report
The first layout transition is broken if the first layout configuration is
.grid
Report a bug
What did you do?
Update the example project with the following:
What did you expect to happen?
Proper animation for the layout transition
What happened instead?
The first animation is not smooth and flickers
Your Environment
Project that demonstrates the bug
Simply updating your example project with the code previously provided:
setupCollectionView
method for a gridLayout.layoutState
to.grid
The text was updated successfully, but these errors were encountered: