/RecipeDetails

"RecipeDetails" module

Primary LanguageSwift

"Recipe Details" module

Module that is shown after user tapps on a recipe

To set up

It requires Recipe instance that must be provided inside RecipeDetailsContext.

Use cases

There is three ways to open this module after tapping on recipes from these modules:

Dependencies

This module has 4 dependencies:

  • CommonUI for some reasons:
    • Image loader in UIImageView
    • Identifiers of the cells
    • RecipeDetailsViewController requires to import it's ancestor
  • Resources for access to resources of the application
  • Models to use Recipe model
  • Persistence to save favourites recipes

Screenshots


For more details, read GitHub Wiki documentation