| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Light weight view controller which add a video as a full screen background for IOS written in Objective-C.
- (void)viewDidLoad {
[super viewDidLoad];
self.videoPath = [[NSBundle mainBundle] pathForResource:@"Video" ofType:@"mp4"];
self.repeat = YES;
self.maskTintColor = [UIColor blackColor];
self.maskAlpha = 0.5f;
[self play];
}EKVideoController is available under the MIT license. See the LICENSE file for more info.
| Back | FazBrowse Home | New Git URL |