- Pretty animations
- Works without internet
- Supports iPhone and iPad in all orientations
- iOS 10+
- Swift 4.2
- CocoaPods
- TMDB API Key
-
Clone this repository and install dependencies:
$ git clone [email protected]:madyanov/showio-app.git $ cd showio-app $ pod install ...
-
Open
ShowTracker.xcworkspace
in the Xcode -
Put your TMDB API Key to the
Config.plist
file
- UI written in code
- Coordinator pattern is used to separate view logic from business logic
- Core Data is used for local storage
- Async API provided by the Promises Toolkit