RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

Use of NSFetchResultController? #45

Open victory1908 opened 5 years ago

victory1908 commented 5 years ago

Hi does the library make use of NSFetchResultController? Any example for demonstration?

bobgodwinx commented 5 years ago

Actually there is no rx base for NSFetchResultController. But it is used as a wrapper take a look here 👉🏿

victory1908 commented 5 years ago

thanks, @bobgodwinx . How do we use the wrapper? just call it and subscribe or bind to UITableView? Will it provide update to UI based on data changes?