Classes
The following classes are available globally.
-
CollectionViewSlantedCell is a subclass of UICollectionViewCell. Use it or subclass it to apply the slanting mask on your cells.
Declaration
Swift
@objc open class CollectionViewSlantedCell : UICollectionViewCell
-
CollectionViewSlantedLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
By default, this UICollectionViewLayout has initialize a set of properties to work as designed.
See moreDeclaration
Swift
@objc open class CollectionViewSlantedLayout : UICollectionViewLayout