Chatto
Chatto copied to clipboard
A lightweight framework to build chat applications, made in Swift
Hi guys, I have problem. I need getting UIImageView in cell of PhotoMessage. Thanks for reading
I am working on a functionality that would require changing `chatItemPresenter` font after some user interaction on the view controller. This is completely easy but the chatViewController is only asked...
Hi, Im creating a custom bubbleView inside a cell. But currently the position of the bubbleView in the cell is weird. I tried to debug it, but not fix it...
When i use textView.attributedText instead of textView.text cells height are damage and cell drown on top of each other, can you help please.
I am using swiftlint for code quality http://prntscr.com/klisf8 should i remove it or not please let me know thanks
I am working on chat application. I don't know how to put time stamp for sent and received text or image like whatsapp. Thanks in advance.
Crash from AppStore. Maybe you can help me to understand what happened. I use Text and Photo messages. ``` Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY...
Are there any example available with custom input bars?
I populated API data on chat view controller. Not able to receive photo messages. When someone send a photo message then app crash in BaseMessagePresenter's configure cell function. Error in...
I am trying to underline text in a message as it is for links. How can I achieve it?