Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 433 Bytes

TheMovieDB

A very simple movies browser.

The application uses TheMovieDB to download movies and search for them.

Installation

Install the required dependencies using: pod install. Then open the workspace file (TheMovieDB.xcworkspace).

What is this?

This is a sample application that applies the MVP architecutre and uses an implementation of the Coordinator pattern for routing.