RealmBrowser-iOS
RealmBrowser-iOS copied to clipboard
Add live updating logic
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 going through each view controller and adding notification handlers to each one maintaining an RLMResults object.