SPAsyncVideoView 0.5.0

SPAsyncVideoView 0.5.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by Sergey Pimenov.



  • By
  • Pimenov Sergey

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo

Demo

Requirements

  • iOS 8.0 or higher

Installation

SPAsyncVideoView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SPAsyncVideoView"

Usage Example

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

Current limitations

  • No audio.
  • No controls.
  • Working only with local videos.

Author

Pimenov Sergey, [email protected]

License

SPAsyncVideoView is available under the MIT license. See the LICENSE file for more info.