CarouselCollectionViewLayout
public class CarouselCollectionViewLayout : UICollectionViewFlowLayout
Custom collection view layout for carousel collection view
-
Weak ref to carousel layout delegate
Declaration
Swift
public weak var delegate: CarouselCollectionViewLayoutDelegate?
-
Weak ref to carousel layout data source
Declaration
Swift
public weak var dataSource: CarouselCollectionViewLayoutDataSource?
-
Override flow layout target content offset to land at a specific item (for the paging effect)
Declaration
Swift
override public func targetContentOffset( forProposedContentOffset proposedContentOffset: CGPoint, withScrollingVelocity velocity: CGPoint ) -> CGPoint
Parameters
proposedContentOffset
proposed content offset of flow layout to land at
velocity
scrolling velocity of collection view
-
Undocumented
Declaration
Swift
override public func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]?