Skip to content

neoplastic/ReactiveRealm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactiveRealm

Realm + RxSwift = A Good Time

Realm is great and all but making it conform to Observables brings a whole new dimension to your UI.

Installation

Add pod 'ReactiveRealm' to your podfile and install.

TODO

  • Provide more example types.
  • Write some examples in the README.md
  • Create convinence merged observables for fetching and listening for new changes.
  • Implement Cathage.