RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 263 forks source link

How to update an object? #211

Open Bawenang opened 4 months ago

Bawenang commented 4 months ago

I'd like to know how do we update an object instead of adding it? I don't see any "RealmObject.setValue(_:forKey:)" in the source code.

Thanks.