CollectionViewSlantedLayout Versions Save

A CollectionView Layout displaying a slanted cells

3.1.1

5 years ago
  • Invalidate the cache for bounds only if the size has changed #28

3.1.0

5 years ago
  • Updates to build specs with Xcode10 / Swift 4.2
  • Fixes Identifier Name Violation #20
  • Improves the performances by using the cache effectively #23
  • Fixes SwiftLint errors & warnings
  • Removes the deprecated isFistCellExcluded property
  • Refactor mask calculation #26
  • Others minor enhancements

3.0.1

6 years ago
  • Fixes typo for isFirstCellExcluded property, closes #5

3.0.0

6 years ago

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

2.2.0

7 years ago
  • Swift 3.0 support
  • Swift Package Manager support

2.1.1

7 years ago
  • Add a public initializer for YBSlantedCollectionViewLayoutSizeOptions.

2.1.0

8 years ago
  • Add tests
  • Remove the applyMaskToCellView (cellView : UICollectionViewCell, forIndexPath: NSIndexPath) method

2.0.0

8 years ago
  • 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

1.0.0

8 years ago