Movie DB
iOS app.
A very simple and limited app to show the list of upcoming movies.
- MacOS 10.13 or higher
- Xcode 9.2 or higher
Run this in your shell:
git clone https://github.com/jaikme/arc-movies-ios.git
cd arc-movies-ios
open ArcMovies.xcodeproj
Run by selecting "Product" > "Run" at menu or by pressing [Cmd + R]
- UIImageColors: It fetches the most dominant and prominent colors.
- Movie DB API: API to fetch its movie, tv, actor and image API
- Clean Architecture. aka VIP
Apache 2.0 license. See the LICENSE
file for details.