RealmBrowser-iOS
RealmBrowser-iOS copied to clipboard
Add logic to display linked lists
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.
- Arrays of primitive types can probably be a simple modal popover.
- Arrays of child objects are move complex. A modal split view controller showing the list of objects on the left, and the object properties on the right might be the easiest implementation pattern.