Chatto
Chatto copied to clipboard
How to deactivate scrolling of messages that shows time label ?
There was accessoryViewRevealerIsEnabled = false parameter in old versions and now it's gone. What can I use to stop presenting time labels for messages?
set this in your CollectionViewCell override func revealAccessoryView(withOffset offset: CGFloat, animated: Bool) {}
Thanks, mate!