RealmBrowser-iOS icon indicating copy to clipboard operation
RealmBrowser-iOS copied to clipboard

A native iOS debugging framework for introspecting Realm files on device

Results 7 RealmBrowser-iOS issues
Sort by recently updated
recently updated
newest added

At the moment, the Realm Browser is read-only. The data may be viewed but cannot be edited. Down the line, depending on how useful this might be, it would be...

At the moment, there's no logic for detecting when a Realm object's properties have changed and to reflect those changes in the Browser. This is mainly just a matter of...

Realm objects can have array properties of both primitive data types as well as child objects. There's no logic to display lists of either type in the Browser at present....

At the moment, if a Realm object has a child Realm object property, there is no code in the Browser to be able to inspect the properties of this child...

While the Realm Browser for iOS technically has all of the provisions in place in order to open synchronized Realms, it's never properly been tested before. The two main parts...

My Realm is stored in an app group. When I load `RLMBrowserViewController` it will show me the correct models and the number of entries they have, but when I open...