matrix-ios-kit icon indicating copy to clipboard operation
matrix-ios-kit copied to clipboard

Reusable UI interfaces to ease building of Matrix client apps

Results 22 matrix-ios-kit issues
Sort by recently updated
recently updated
newest added

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...

**Describe the bug** After updating the XCode to the newest version the project is not buildable due to the following errors: - error build: Undefined symbol: _AFNetworkingReachabilityDidChangeNotification - error build:...