Merge remote-tracking branch 'upstream/development' into CustomDetectorType

This commit is contained in:
Julien K
2018-11-27 16:37:34 +01:00
16 changed files with 180 additions and 845 deletions
@@ -110,6 +110,10 @@ extension BasicExampleViewController: MessagesLayoutDelegate {
return 18
}
func cellBottomLabelHeight(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> CGFloat {
return 17
}
func messageTopLabelHeight(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> CGFloat {
return 20
}