SPAsyncVideoView 0.5.0

SPAsyncVideoView 0.5.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
版本最新版本2016年10月

Sergey Pimenov 维护。



  • 作者
  • Pimenov Sergey

示例

要运行示例项目,请克隆仓库,并首先从示例目录中运行 pod install

演示

Demo

要求

  • iOS 8.0 或更高版本

安装

SPAsyncVideoView 通过 CocoaPods 提供。要安装它,只需将以下行添加到 Podfile 中即可

pod "SPAsyncVideoView"

使用示例

NSURL *url = [[NSBundle mainBundle] URLForResource:@"example" withExtension:@"mp4"];
SPAsyncVideoAsset *asset = [[SPAsyncVideoAsset alloc] initWithURL:url];
SPAsyncVideoView *view = [SPAsyncVideoView new];
view.asset = asset;

当前限制

  • 无音频。
  • 无控件。
  • 仅与本地视频一起工作。

作者

Pimenov Sergey, [email protected]

许可证

SPAsyncVideoView 在 MIT 许可证下提供。有关更多信息,请参阅 LICENSE 文件。