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

This PR decouples the adapter from the creation of collection items diff. Since this operation can take some time, this could block the release of ChatMessageCollectionAdapter, since it was retaining...

Hello. How to use and customize embedded data detectors for detect links, phone numbers, etc?

The simulator can't be used in the environment of iPhone 11-ios 15.0, demo can't jump to the chat interface, and the program doesn't crash, but it can't be operated

When attempting to migrate from Cocoapods to Swift Package using 4.1.0 I have several issues where `import ChattoAdditions` is no longer working. Simply updating that import to `import Chatto` is...

There was accessoryViewRevealerIsEnabled = false parameter in old versions and now it's gone. What can I use to stop presenting time labels for messages?

outes the user to a different part of the app. I noticed that on iOS 9, with 3d touch, users can now force touch the links which opens up a...

I am using the attributed text in the text bubble I want to disable forces touch of the links ...can you please help me how to disable force touch when...

Fix issue where cells are not drawn properly when rotating from portrait to landscape This addresses issue https://github.com/badoo/Chatto/issues/712