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

The UICollectionView `.collectionViewLayout` is not being properly invalidated on a rotation. This leads to the following, easily-reproable behavior (do this on the "Empty Chat" screen of the demo app): The...

My datasource load new items from server, and when method "loadPrevious()" add new items, chat automatically scroll to the top, don't keeps offset at previously shows message.

When you are using a custom keyboard like SwiftKey, the first time Chatto renders, the input bar will be incorrectly drawn behind the keyboard. Subsequent attempts to draw the keyboard...

I've followed the tutorial and guideline and stuff, finally managed to create a chatVC with my custom cell. However, there's this autosizing issue where I don't know how to make...

Chat photo images are invisible in chat channel when App is built with any version of Xcode 12 and running in any version of iOS 14. App built with Xcode...

We had a problem with signing caused by #686 This PR revers those changes, until we have a fix for it

I am trying to add DemoChatViewController(subclass of BaseChatViewController) into a view as a child view controller: addChildViewController(child) child.view.translatesAutoresizingMaskIntoConstraints = false view.addSubview(child.view) child.didMove(toParentViewController: self) view.addConstraints([ NSLayoutConstraint(item: child.view, attribute: .top, relatedBy: .equal,...

bug
help wanted

Hello, Can you support force touch feature to bring up a menu for messages in a conversation? Thank you,

It seems that after enabling Library Evolution Support in #677 not all test cases are running. There is one test case in Chatto - `ChatItemCompanionCollectionTests`. And a few of them...