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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Refactor layoutAttributesForElements to fix rare rendering glitches (#……122)
* Improve layoutAttributesForElements
- Set default padding to 1 if `itemsPerRow` is not set
- Add additional padding to the visible rectangle to avoid rare rendering issues with larger collections
* Fix tests and one warning
* Bump version to 0.12.0
Fix header & footer x origin when reaching the end (#112)
Removes the previous fixes that was suppose to align the headers and footers
correctly when reaching the end of a collection view. It appears that the
previous fix was faulty and is now removed.
Fix sectionInset.bottom when footers are not in use (#111)
* Include sectionInset.bottom when footers are not in use.
* Update version to 0.11.2
* Formatting changes and updating the vertical layout to use the sectionsMaxY
* Set indentation for the project for consitency.