KeywordCellLayout
public class KeywordCellLayout : UICollectionViewLayout
                - 
                  
                  
Declaration
Swift
public init(alignment: LayoutAlignment = .left, delegate: KeywordCellLayoutDelegate?) - 
                  
                  
Declaration
Swift
required public init?(coder aDecoder: NSCoder) 
- 
                  
                  
Declaration
Swift
override public func prepare() - 
                  
                  
Declaration
Swift
public override func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes? - 
                  
                  
Declaration
Swift
override public func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? - 
                  
                  
Declaration
Swift
override public var collectionViewContentSize: CGSize { get } - 
                  
                  
Declaration
Swift
enum LayoutAlignment : Int - 
                  
                  
Declaration
Swift
struct LayoutInfo 
      KeywordCellLayout Class Reference