Module that is shown after the start of the application.
There is no need for special set up for this module.
This module is opened at the start of the application that is described in AppCoordinator
This module has 4 dependencies:
- CommonUI for some reasons:
- Image loader in
UIImageView
- Access to
UIButton
's creators
- Image loader in
- Resources for access to resources of the application
- Models to use
Recipe
model - Networking to fetch recipes from the server
- RecipeDetails to open this module after user tapps on a recipe.
For more details, read GitHub Wiki documentation