TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Lucas Ortis.
Light weight view controller which add a video as a full screen background for IOS written in Objective-C.
ViewController
by EKVideoController
.ViewDidLoad
or LoadView
method, set videoPath
. It can be a local path, or an url.play
.- (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.