MessageInputBar
MessageInputBar copied to clipboard
A powerful InputAccessoryView ideal for messaging applications
in order to customize the attachment manger we need to make the tintColor property assignable. Right now the backgorund color for the delete button will always be blue. if we...
In the AttachmentManager class this method: ```` open func handleInput(of object: AnyObject) -> Bool { let attachment: Attachment if let image = object as? UIImage { attachment = .image(image) }...
MessageInputBar keeps strong reference to AutocompleteManager in inputPlugins
Hi @nathantannar4 Anyone around? Noticed a bug on iOS 14 where placeholder in textview and send button appears only when view loaded. Anyone else noticed that? Same issue described here:...
// NotificationCenter.default.addObserver(self, // selector: #selector(InputTextView.redrawTextAttachments), // name: UIDevice.orientationDidChangeNotification, object: nil)
Hello, I know that a similar issue has been raised https://github.com/MessageKit/MessageInputBar/issues/7https://github.com/MessageKit/MessageInputBar/issues/7 but it has highlighted a different problem that I am experiencing. When completing it with the prefix "#" the...
Is there any method to reply to old messages like in other chat apps?
I have a chat view embedded with in my app hooked up to firebase. Works great. Thank you. The issue I am having is the client wants the input for...
I am trying to trying to implement a chat feature in my app but it is not going so well. I was trying to check if the send button was...