OVERVIEW YouTubePlayer is a full native iPhone app to search, list and play YouTube videos. The video player is using MPMoviePlayerController (not WebView) so it’s fast and the video quality is better. The video list is using native UITableView with automatic loading at the bottom (endless scrolling)
OVERVIEW
YouTubePlayer is a full native iPhone app to search, list and play YouTube videos.
The video player is using MPMoviePlayerController (not WebView) so it’s fast and the video quality is better.
The video list is using native UITableView with automatic loading at the bottom (endless scrolling). You can sort the search list by Relevance, Upload Date, View Count and Rating.
You can share the videos with iOS built in options (Facebook, Twitter, Flickr, Mail, SMS).
Really easy to setup, just copy/paste the code and use your custom search terms.
FEATURES
- Search, list and play YouTube videos
- Full screen and embedded video playback
- Infinite video listing (endless scrolling)
- Sort videos by Relevance, Upload Date, View Count and Rating
- Share videos (Facebook, Twitter, Flickr, Mail, SMS)
- Using MPMoviePlayerController
- Native user interface
REQUIREMENTS
- Xcode 5
- iOS 7
- ARC
USAGE
1., Open up your View Controller file where you want to use YouTubePlayer and add the following import to the top of the file:
#import "TableSearch.h"
2., Then paste the following inside your code:
TableSearch *tableSearch = [[TableSearch alloc] init]; [self.navigationController pushViewController:tableSearch animated:YES];
3., Compile and run.
SCREENSHOTS
Check screenshots and video for visual details.
https://vimeo.com/79228088
No comments:
Post a Comment