Easy-to-use class for inserting videos as a wallpaper without a single line of code, all managed by Interface Builder.
##Installation
####CocoaPods:
pod 'HAPlayerVideo'
####Carthage:
github "litoarias/HAPlayerView"
Set class and Module
Configure your mime type video, layer alpha, auto replay..
Set class and Module, and if not appears options on Interface builder, adding User Defined Runtime Attributes
- Fork it ( https://github.com/[my-github-username]/HAPlayerVideo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request