You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the custom contentInset on the collection view and display cells normally
What happened instead?
The custom contentInset seems to be used but the layout is broken, there is a huge empty space before the first cell appear and the layout animation flickers.
Report
Settings a custom
contentInset
on the collection view breaks the layout after changing the layout several timesReport a bug
What did you do?
Update the example code with the following:
What did you expect to happen?
Set the custom
contentInset
on the collection view and display cells normallyWhat happened instead?
The custom
contentInset
seems to be used but the layout is broken, there is a huge empty space before the first cell appear and the layout animation flickers.Your Environment
Project that demonstrates the bug
Simply updating your example project with the code previously provided on the UICollectionView outlet.
The text was updated successfully, but these errors were encountered: