Module that is shown after user tapps on a recipe
It requires Recipe
instance that must be provided inside RecipeDetailsContext
.
There is three ways to open this module after tapping on recipes from these modules:
This module has 4 dependencies:
- CommonUI for some reasons:
- Image loader in
UIImageView
- Identifiers of the cells
RecipeDetailsViewController
requires to import it's ancestor
- Image loader in
- Resources for access to resources of the application
- Models to use
Recipe
model - Persistence to save favourites recipes
For more details, read GitHub Wiki documentation