CarouselCollectionViewFlowLayout
open class CarouselCollectionViewFlowLayout : UICollectionViewFlowLayout
                A CollectionViewFlowLayout that resembles a carousel.
This flow layout mimics a carousel layout.
It has minimumLineSpacing and minimumInteritemSpacing set to 0.
The itemSize is set equal to the collection view’s frame size.
- 
                  
                  
Undocumented
Declaration
Swift
override public init() - 
                  
                  
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder) - 
                  
                  
Undocumented
Declaration
Swift
override open func prepare() - 
                  
                  
Undocumented
Declaration
Swift
override open func shouldInvalidateLayout(forBoundsChange newBounds: CGRect) -> Bool 
View on GitHub
        CarouselCollectionViewFlowLayout Class Reference