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

Add logic to display linked lists

Open TimOliver opened this issue 7 years ago • 0 comments

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.

TimOliver avatar Dec 05 '17 09:12 TimOliver