TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2016 |
Maintained by wangjinwei0806.
播放的是时候,强制横屏,其他页面不会横屏,乐视,爱奇艺,类似的播放器..主要参考KRVideoPlayer和其他的例子,中和而成,可以快进,亮度调整,UI 完成可以自定义..
iOS >= 6.0
To run the example project, clone the repo, and run pod install
from the Example directory first.
Create player:
MyPlayer *my=[[MyPlayer alloc] init];
Set video path:
my.videoUrl=url;
Set video title:
my.videoTitle=@"测试";
Show it:
[self presentViewController:my animated:NO completion:^{
}];
Examples-> podfile
platform :ios, '8.0'
target 'Examples' do
pod 'JinPlayer', '~> 1.0.0'
end
1.Download the pod files in th Source directory
2.Add files to your Xcode project.
3.#import MyPlayer.h
wherever you want to use the API.
JinPlayer is available under the MIT license. See the LICENSE file for more info.