RxCoreData
RxCoreData copied to clipboard
Use of NSFetchResultController?
Hi does the library make use of NSFetchResultController? Any example for demonstration?
Actually there is no rx base for NSFetchResultController. But it is used as a wrapper take a look here 👉🏿
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?