Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 314 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 314 Bytes

catalogueApp-designPatterns-iOS

Created a catalogue app which displays a list of items and relevant information. In the process of developing this app, i have used the most common cocoa design patterns:

  • Creational: Singleton
  • Structural: MVC, Decorator, Facade
  • Behavioral: Observer, and Memento