/HAPlayerView

Easy-to-use class for inserting videos as a wallpaper without a single line of code, all managed by Interface Builder.

Primary LanguageSwiftMIT LicenseMIT

HAPlayerView

Easy-to-use class for inserting videos as a wallpaper without a single line of code, all managed by Interface Builder.

Preview

Features

  • Cocoapods support
  • Carthage support
  • Easy implementation
  • @IBInspectable
  • Without writing code

##Installation

####CocoaPods:

	pod 'HAPlayerVideo'

####Carthage:

	github "litoarias/HAPlayerView"

Usage

Cocoapod

Set class and Module

Configure your mime type video, layer alpha, auto replay..

Carthage

Set class and Module, and if not appears options on Interface builder, adding User Defined Runtime Attributes

Contributing

  1. Fork it ( https://github.com/[my-github-username]/HAPlayerVideo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request