Which it is the place for NSFetchedResultsController in VIPER architecture?
问题 In VIPER, unlike the MVC, the role and place not so clearly defined for NSFetchedResultsController. Is it right to place it on the interactor? 回答1: According to this article interactor should not know how to persist the entities. VIPER and the architecture that uses NSFetchResultController are different approaches. There is no right place for NSFetchResultController in VIPER. VIPER is good for big application as it provides architecture layers that are isolated well. NSFetchResultController