Chatto icon indicating copy to clipboard operation
Chatto copied to clipboard

A lightweight framework to build chat applications, made in Swift

Results 107 Chatto issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to have multiple input items which is enable to select depend on the last message received. Currently i manage to observe last message then force it to...

First of all, thank you to everyone who has contributed to this great project. Wondering how easy it would be to add video input and video messages - since there...

Hello do you know why i have big gap here http://prntscr.com/llx02c and how to solve it thanks

Using an bluetooth / hardware keyboard in the simulator the PhotosChatInputItem calculates the height incorrectly. It starts out small and keeps shrinking upon each display until it's not even visible...

Currently when KeyBoard is shown, to send message need to close the keyboard then send. Is there any quick option to send the message without closing the KeyBoard?. Or at...

I downloaded and run the example but in ios 11 it has bug when i switch between landscape and portrait like this https://ibb.co/jPc5um https://ibb.co/fPew0R

I have issues, sending the avatar image into the MessageViewModel. I have followed the demo example public func createViewModel(_ textMessage: DemoTextMessageModel) -> DemoTextMessageViewModel { let messageViewModel = self.messageViewModelBuilder.createMessageViewModel(textMessage) let textMessageViewModel...

Hi, I am preloading my data in Another ViewController and on display of ChattoViewController my array is already ready. When i open chats from starting are visible in the viewcontroller...

The current max height for textinputbar cannot be set, causing it to cover the whole Chat ViewController. I have tried accessing the frame.height but however the view is set to...

I'm not sure why the image capture by the camera is rotated after the message is being refreshed. Furthermore, whenever I make a photo message comparing to loading it in...