Hello there! I am trying to migrate two more or less popular iOS dating applications to Xcode 12 (Swift 5.3), and it would be nice to support ABI stability feature in Chatto. Compilation with the ABI enabling flags will allow us to reuse the same Chatto/ChatooAdditions artefacts between two different versions of the compiler. Would you accept such a PR?
Victor Shamanov
@wiruzx
@dive you're more than welcome to send us such pull request!
All kind of tests for our applications look fine. For iOS 12, 13 and 14, built with Xcode 11.7 (Swift 5.2 Toolchain).
Victor Shamanov
@wiruzx
@dive Thank you for such detailed pull request, I'll take it for review shortly
kelbin
@kelbin
Привет, ребят. Можете помочь? Я скачал ваше демо, решил попробовать перенести в своей проект пример. В презентере показывает ошибку на DemoMessageInteractionHandler, но в демо все работает.
Victor Shamanov
@wiruzx
Hey @kelbin, I replied to you in the DM
Fred Murakawa
@fred_b_m__twitter
What would be the best way to add a reaction view to the border of a chat cell and then increase the bottom padding or resize the cell?
Am using Chatto library in one of the project, where i want to change the UI of messages that is with reply feature similar to whatsapp. is it possible to have custom design of the message, if so can you let me know how to attain it ?
Raghav
@Raghav01143965_twitter
Hi, I used the Chatto library in my chat application. getting an extra line at the end of a chat message on receiver end. What is the root cause? any idea
Raghav
@Raghav01143965_twitter
Raghav
@Raghav01143965_twitter
@wiruzx / @dive any inputs on above request?
qinhongke
@qinhongke
It cannot be used in the iPhone11-iOS 15.0 environment. Specifically, it cannot jump to the chat interface. The official example is the same.
kelbin
@kelbin
Привет, ребят. Столкнулся при расчете размера ячейки с такой проблемой
Может помочь кто-нибудь?
Ivan
@prostiak
Hi everyone. Does Chatto supports using it with tabbar ? The main goal is to make Chatto window, one of the tabbars controller. Is it possible without hard manipulations ? Because for example i know that there is a such problem in MessageKit. Does Chatto have the same problems ? Thank you.