MessagesViewController

open class MessagesViewController: UIViewController,
UICollectionViewDelegateFlowLayout, UICollectionViewDataSource

A subclass of UIViewController with a MessagesCollectionView object that is used to display conversation interfaces.

  • Undocumented

    Declaration

    Swift

    open override func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    open override func viewDidAppear(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    open override func viewWillDisappear(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    open override func viewDidLayoutSubviews()