Released on Friday, 21 Jan, 2022.
- Merged pull request #5 that fixes
numberOfItemsInSectioncrash.
Released on Tuesday, 4 October, 2016.
This is a major release and breaks things in the old versions. Everyone is recommended to update to version 2.0.
- Added property
directionto layout items in vertical or horizontal direction.
numberOfItemsInRowhas been renamed tonumberOfItemsInSide.itemHeighthas been renamed toitemLength.
Released on Friday, 30 September, 2016.
- Merged pull request #3 that adds a new property
stretchesLastItems.
Released on Friday, 2 September, 2016.
- Added change log.
- Added orientation support (fixes issue #2).
- Fixed a potential bug where it was possible to have a collection view with zero items specified in a row.
- Fixed a UI issue where the bottom-most items would stick to the bottom edge and not be padded.
Released on Wednesday, 18 May, 2016.
- Added new screenshots to readme.
- Added credited article's author name to readme.
- Minor formatting fixes to readme and code.
Released on Wednesday, 11 May, 2016.
- Added nullability annotations.
- Merged pull request #1 from ReadmeCritic.
Released on Sunday, 28 Dec, 2015.
- Documentation to the properties.
- Set default item height to the item width if unavailable.
- Readme to include info about installing from CocoaPods.
- Added checks for delegate methods.
Released on Sunday, 20 Dec, 2015.
- Initial release.