Home
1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info
Price: $ 9.99
Use this component to add video to your application. Once implemented in your app it can be customized to your liking. This component will support .mp4, .mov, and .m4v formats.
1) Add the MediaPlayer.framework to your project.
2) Add the two included files to your project (moviePlayerViewController.h, moviePlayerViewController.m)
3) Edit moviePlayerViewController.m to include your own video.
4) Include moviePlayerViewController.h into the view controller you want the video to display.
5) Initiate and add the moviePlayerViewController view to the stage.
#import "example_ios_projectViewController.h"
#import "moviePlayerViewController.h"
@implementation example_ios_projectViewController
- (void)viewDidLoad {
[super viewDidLoad];
moviePlayerViewController *movieView = [[moviePlayerViewController alloc] init];
movieView.view.frame = CGRectMake(0, 0, 320, 460);
[self.view addSubview:movieView.view];
}
@end
description does not adequately explain what code does and suggests that detailed instructions to integrate into own project is present - what was downloaded was basically useless without instructions and how to add to a project- Thomas, 1 year ago
Price: $ 9.99
Questions & Comments
Leave a comment
Log-in now or register for a free account.
11 months ago
1 year ago