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

Add live updating logic

Open TimOliver opened this issue 8 years ago • 0 comments

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.

TimOliver avatar Dec 05 '17 09:12 TimOliver