MovieTrailers (Full Applications)

OVERVIEW

MovieTrailers is a full native iPhone app to select genres and movies, view basic movie info (genre, director, writer, cast, storyline) and watch movie trailers.

The video player is using MPMoviePlayerController (not WebView) so it’s fast and the video quality is better. The app is using native user interfaces, so it provides clean and fast user experience.

Really easy to setup, just copy/paste the code and use it.

FEATURES

– Select genres and movies
– Provide basic movie info
– Watch movie trailer
– Full screen video playback
– Using MPMoviePlayerController
– Clean, native user interface

REQUIREMENTS

– Xcode 5
– iOS 7
– ARC

USAGE

1., Open up your View Controller file where you want to use MovieTrailers and add the following import to the top of the file:

#import "TableGenre.h" 

2., Then paste the following inside your code:

TableGenre *tableGenre = [[TableGenre alloc] init];
[self.navigationController pushViewController:tableGenre animated:YES];

3., Compile and run.

SCREENSHOTS

Check screenshots and video for visual details.

https://vimeo.com/79224346

Download MovieTrailers (Full Applications)

Leave a Reply

Your email address will not be published. Required fields are marked *