Chatto
Chatto copied to clipboard
A lightweight framework to build chat applications, made in Swift
Will you change the appearance of the message context menu like in iOS 13? Are there any plans to add it?
I need to show sent time in each and every message like whatsapp..
I am developing an iOS healthcare related messaging app that, so far, has text and photo message types. I would like to add support for PDF (and/or other file kinds)...
I have done sending images in chat but, I dont know how to make the image fullscreen and zoom the images in chats using Chatto.
How can i implement this framework to work with my chat app?
I made custom message type for attributed text. Message type based on Your text message. Difference is only in field with text (for your message it's text, for my type...
How to custom long press pop menu? This is my code: let menuItem: UIMenuItem = UIMenuItem(title: "speech", action: #selector(AudioMessageCollectionViewCell.speech(_:))) UIMenuController.sharedMenuController().menuItems = [menuItem] UIMenuController.sharedMenuController().update() public class AudioMessageCollectionViewCell: BaseMessageCollectionViewCell { ``` override...
I have followed this example to create my customized xib https://github.com/badoo/Chatto/issues/148 However the SendButton is still link to ChatInputBar, and in the class I noticed that to updateSendButton is actually...
How can i customize the message bubble in order to show the sender name?