CollectionViewHorizontalListLayout
open class CollectionViewHorizontalListLayout : CollectionViewLayout
A full height horizontal scrolling layout
-
Declaration
Swift
override open var scrollDirection: CollectionViewScrollDirection { get }
-
Declaration
Swift
open override func prepare()
-
Declaration
Swift
open override func shouldInvalidateLayout(forBoundsChange newBounds: CGRect) -> Bool
-
Declaration
Swift
open override var collectionViewContentSize: CGSize { get }
-
Declaration
Swift
open override func scrollRectForItem(at indexPath: IndexPath, atPosition: CollectionViewScrollPosition) -> CGRect?
-
Declaration
Swift
open override func rectForSection(_ section: Int) -> CGRect
-
Declaration
Swift
open override func contentRectForSection(_ section: Int) -> CGRect
-
Declaration
Swift
open override func layoutAttributesForItem(at indexPath: IndexPath) -> CollectionViewLayoutAttributes?