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