Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 435 Bytes

Music-Library-app

Simple Music Library app that will display your albums and their relevant information.

Design Patterns

The app utilises the most common Cocoa design patterns :

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

Architecture

The architecture is using VIP (View Interactor Presenter) clean architecture with template from http://clean-swift.com