An open API service indexing awesome lists of open source software.

https://github.com/lucianoscarpaci/flix

NewsFlix App - Search for Movies
https://github.com/lucianoscarpaci/flix

alamofire ios-app mobile-app mobile-development parse rest-api swift ui-ux-design

Last synced: 10 months ago
JSON representation

NewsFlix App - Search for Movies

Awesome Lists containing this project

README

          

NewsFlix App - Search for Movies
# Flix

Flix is an app that allows users to browse movies from the [The Movie Database API](http://docs.themoviedb.apiary.io/#).

## Flix Part 2

### User Stories

#### REQUIRED (10pts)
- [x] (5pts) User can tap a cell to see more details about a particular movie.
- [x] (5pts) User can tap a tab bar button to view a grid layout of Movie Posters using a CollectionView.

#### BONUS
- [x] (2pts) User can tap a poster in the collection view to see a detail screen of that movie.
- [ ] (2pts) In the detail view, when the user taps the poster, a new screen is presented modally where they can view the trailer.

### App Walkthrough GIF


### Notes
This is a app that is built for the purpose of API usage of the IMDB database.
All Table Views and Collection Views have details page with a movie description.
The Collection View has a theme of 'Superhero' similar movies.
Title Labels and Synopsis Labels fit the size of the screen.
All movie posters have Aspect Fill, and clip to bounds.

## Flix Part 1

### User Stories

#### REQUIRED (10pts)
- [x] (2pts) User sees an app icon on the home screen and a styled launch screen.
- [x] (5pts) User can view and scroll through a list of movies now playing in theaters.
- [x] (3pts) User can view the movie poster image for each movie.

#### BONUS
- [ ] (2pt) User can view the app on various device sizes and orientations.
- [ ] (1pt) Run your app on a real device.

### App Walkthrough GIF


## Notes
Building in Xcode and creating a custom class, and adding to target.
Close Xcode and restart so the Assistant recognises the recently created class.