Skip to content

Instantly share code, notes, and snippets.

@kgn
Created March 15, 2016 07:30
Show Gist options
  • Save kgn/51c96ad4b8c9c61d2c5d to your computer and use it in GitHub Desktop.
Save kgn/51c96ad4b8c9c61d2c5d to your computer and use it in GitHub Desktop.
override func collectionView(collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
return self.messageData.count ?? 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment