Working with MessageKit and I swear this used to work - typing in a new message doesn't trigger the MessagesDisplayDelegate
and thus old messages don't get new formatting like hiding the AvatarView
or adjusting the MessageStyle
If I call self.messagesCollectionView.reloadSections(IndexSet(indexes))
with, for example, all of the indexes of all of the messages...it works, but flickers so clearly not optimal.
What am I missing?
Screenshot for reference: