Netflux
Netflux is an app that shows information about movies using the TMDB API.
Installation
- Step 1: git clone https://github.com/MartinUcsi/Netflux.git
- Step 2: Install Xcode 11, open Netflux.xcworkspace.
- Step 2: Change the signing team to your own team
- Step 3: Select the build target to "Netflux", chose device or simulator and run.
Features
- User can view a list of movies. List of movies include popular, top rated, now playing and upcoming movies. Poster images load asynchronously.
- User can view movie details by tapping on a cell.
- User can view the movie trailer by tapping the play trailer button.
- User can search movies.
- Movie details page contain backdrop image, overview, and other relevant information.
- All images are cached in memory and disk.
- User can login using Gmail or their own Apple ID.
Library used in app