Showio
March 17, 2019 ยท View on GitHub
Features
- Pretty animations
- Works without internet
- Supports iPhone and iPad in all orientations
Requirements
- iOS 10+
- Swift 4.2
- CocoaPods
- TMDB API Key
Installation
-
Clone this repository and install dependencies:
$ git clone git@github.com:madyanov/showio-app.git $ cd showio-app $ pod install ... -
Open
ShowTracker.xcworkspacein the Xcode -
Put your TMDB API Key to the
Config.plistfile
Overview
- 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