Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.42 KB

"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