Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.98 KB

README.md

File metadata and controls

39 lines (30 loc) · 2.98 KB

AppleStore


Apple Store: Design Patterns

This is a collection of the classic design patterns applied to a single domain: the Apple Store.

The goal is to offer a reference for applying these concepts within a specific domain and demonstrate how they can be integrated with SwiftUI view models.

See the spreadsheet for an overview of how each element of each design pattern is applied to the Apple Store: https://reduced.to/yocrz


References

  • Design Patterns: Elements of Reusable Object-Oriented Software - Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides