Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Iosif Moldovan
2018-11-27 17:18:41 +02:00
10 changed files with 165 additions and 11 deletions
@@ -113,6 +113,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
}