MXRMessenger
MXRMessenger copied to clipboard
A lightweight UI chat component built on top of Texture (aka AsyncDisplayKit).
We need examples which do the following: - Loads older messages. - Loads newer messages after some delays. - Has video media. And maybe even a more complicated one which...
This should also be pretty easy. The `avatarNode` on the message cell node is already an `ASNetworkImageNode` so we can have the message cell add itself as a target-action and...
Landscape support should be easy as I believe the text bubbles already resize to have max width a fraction of the containing width. The main issue would be updating the...
The height change is abrupt when the text grows from 1 to 2 lines, or when a message is sent and it shrinks back to 1 line. Would love to...