Which it is the place for NSFetchedResultsController in VIPER architecture?

David

In VIPER, unlike the MVC, the role and place not so clearly defined for NSFetchedResultsController.

Is it right to place it on the interactor?

Igor Azarov

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 is good for smaller application as it helps to develop faster.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to understand the VIPER clean architecture?

From Dev

Update NSManagedObject on a app with VIPER architecture

From Dev

How a UITabBarController fit into the VIPER architecture?

From Dev

iOS Application VIPER Architecture - how many dataManagers?

From Dev

iOS Application VIPER Architecture - how many dataManagers?

From Dev

Where to place UIView animation code in VIPER?

From Dev

iOS VIPER architecture, who has to instantiate a whole module?

From Dev

in VIPER architecture should each presenter interact with only one Interactor?

From Dev

Why protocols are used in both direction in VIPER architecture rather than in one direction

From Dev

Name of architecture with controller and that which is not MVC

From Dev

Which is correct Node.js architecture?

From Dev

How to tell which architecture is a ruby version for?

From Dev

Recommended architecture for an application which syncs with server

From Dev

Is there place in BIOS which can survive warm reset?

From Dev

Determine on which collider the collision has taken place

From Dev

Is there a command which can elevate the Command Prompt in place?

From Dev

Which way does Inheritace take place inside?

From Dev

Which thread async operations take place

From Dev

MVVM architecture: one model - several view models + place for data access

From Dev

Where is the correct place to put some preparatory code in CakePHP's architecture?

From Dev

Which version of android OS support 64-bit architecture

From Dev

In Clean Architecture, in which layer does UI code go?

From Dev

Which Debian architecture, armel or armhf, do I use to emulate a BeagleBoneBlack?

From Dev

Which architecture to call Non-uniform memory access (NUMA)?

From Dev

In a CQRS architecture with no explicit read model, which handler updates the data store?

From Dev

Android dev - which CPU architecture should my app support?

From Dev

How to know which architecture does a third static library(.a) support?

From Dev

Which communication protocol to use in a ServiceStack multi-tier architecture

From Dev

MVC with NSFetchedResultsController

Related Related

  1. 1

    How to understand the VIPER clean architecture?

  2. 2

    Update NSManagedObject on a app with VIPER architecture

  3. 3

    How a UITabBarController fit into the VIPER architecture?

  4. 4

    iOS Application VIPER Architecture - how many dataManagers?

  5. 5

    iOS Application VIPER Architecture - how many dataManagers?

  6. 6

    Where to place UIView animation code in VIPER?

  7. 7

    iOS VIPER architecture, who has to instantiate a whole module?

  8. 8

    in VIPER architecture should each presenter interact with only one Interactor?

  9. 9

    Why protocols are used in both direction in VIPER architecture rather than in one direction

  10. 10

    Name of architecture with controller and that which is not MVC

  11. 11

    Which is correct Node.js architecture?

  12. 12

    How to tell which architecture is a ruby version for?

  13. 13

    Recommended architecture for an application which syncs with server

  14. 14

    Is there place in BIOS which can survive warm reset?

  15. 15

    Determine on which collider the collision has taken place

  16. 16

    Is there a command which can elevate the Command Prompt in place?

  17. 17

    Which way does Inheritace take place inside?

  18. 18

    Which thread async operations take place

  19. 19

    MVVM architecture: one model - several view models + place for data access

  20. 20

    Where is the correct place to put some preparatory code in CakePHP's architecture?

  21. 21

    Which version of android OS support 64-bit architecture

  22. 22

    In Clean Architecture, in which layer does UI code go?

  23. 23

    Which Debian architecture, armel or armhf, do I use to emulate a BeagleBoneBlack?

  24. 24

    Which architecture to call Non-uniform memory access (NUMA)?

  25. 25

    In a CQRS architecture with no explicit read model, which handler updates the data store?

  26. 26

    Android dev - which CPU architecture should my app support?

  27. 27

    How to know which architecture does a third static library(.a) support?

  28. 28

    Which communication protocol to use in a ServiceStack multi-tier architecture

  29. 29

    MVC with NSFetchedResultsController

HotTag

Archive