Alex
Alex
## General Information We want to add a custom menu actions for cells: In JSQMessages we have: ```objc /** * Register custom menu actions for cells. */ [JSQMessagesCollectionViewCell registerMenuAction:@selector(customAction:)]; ```...
Hello. We want to add a new message type. How can we do it in the best way? We are also interested in storing later this custom message type in...
Hello. We want to offer offline experience and we use the **MXFileStore** in the app delegate: ```objc ... // Prepare account manager MXKAccountManager *accountManager = [MXKAccountManager sharedManager]; // Use MXFileStore...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Application Outline Manager ### What are you trying to do?...