Mobile app for iOS that displays a grid of popular movies:
When tapping on a movie, you will get a full description of it including:
- Tagline
- Website
- Release Date
- Genres
- Production Countries
- Production Companies
- Original Title
- IMDb link
Movies information is fetched from Movie Database (TMDb) API:
The Movie Database (TMDb) API
https://developers.themoviedb.org/3/getting-started/introduction |
You need to have a macbook having one of the lastest versions of macOS, and have Xcode installed. After cloning this repo you will need to install all its dependencies, using Cocoapods (more info can be found here: https://cocoapods.org/). Open a terminal window, navigate to the folder where you cloned the repo and then run:
pod install
Then open TheMovieDBClient.xcworkspace using Xcode:
When installing the app on a device from Xcode the first time, Xcode will display the following error:
To fix that, please go to Settings > General > Profiles & Device Management, tap on Developer App, then select Trust:
Then launch the app from Xcode again, now it will run :)
Rigoberto Sáenz Imbacuán