Fix compile error in example app from deprecation

This commit is contained in:
Steven Deutsch
2017-11-07 04:12:08 -06:00
parent 7a0679c5ff
commit 619a5bbd3d
@@ -281,10 +281,6 @@ extension ConversationViewController: MessagesLayoutDelegate {
}
}
func avatarAlignment(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> AvatarAlignment {
return .messageBottom
}
func footerViewSize(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> CGSize {
return CGSize(width: messagesCollectionView.bounds.width, height: 10)