MessagesCollectionViewFlowLayout

open class MessagesCollectionViewFlowLayout: UICollectionViewFlowLayout

The layout object used by MessagesCollectionView to determine the size of all framework provided MessageCollectionViewCell subclasses.

  • Undocumented

    Declaration

    Swift

    public override init()
  • Undocumented

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    open override func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]?
  • Undocumented

    Declaration

    Swift

    open override func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?