Skip to content

Sample Music Library App that implemented some key iOS Swift Design patterns

License

Notifications You must be signed in to change notification settings

fachrifaul/Music-Library-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Music Library App that implemented some key iOS Swift Design patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages