mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
# Conflicts: # CHANGELOG.md
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user