- Fixes typo for
isFirstCellExcluded
property, closes #5
The CollectionViewSlantedLayout 3.0 version introduce a full new APIs and remove all the old ones.
- Initial 3.0.0 Release
- Swift 4.0 version
- Swift 3.0 version
- Swift Package Manager support
- Add a public initializer for YBSlantedCollectionViewLayoutSizeOptions.
- Add tests
- Remove the
applyMaskToCellView (cellView : UICollectionViewCell, forIndexPath: NSIndexPath)
method
- Carthage support
- Improve the attribution of the clic.
- Add size options depending on the scroll direction
- New class added :
YBSlantedCollectionViewCell
- Deprecat the
applyMaskToCellView (cellView : UICollectionViewCell, forIndexPath: NSIndexPath)
method
- Initial release.