GridFlowLayout
class GridFlowLayout : UICollectionViewFlowLayout
Undocumented
-
Undocumented
Declaration
Swift
let cellsPerRow: Int
-
Undocumented
Declaration
Swift
override var itemSize: CGSize { get set }
-
Undocumented
Declaration
Swift
init(cellsPerRow: Int, minimumInteritemSpacing: CGFloat = 0, minimumLineSpacing: CGFloat = 0, sectionInset: UIEdgeInsets = .zero)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override func invalidationContext(forBoundsChange newBounds: CGRect) -> UICollectionViewLayoutInvalidationContext
-
Undocumented
Declaration
Swift
override func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]?