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