Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/litoarias/haplayerview

Easy-to-use class for inserting videos as a wallpaper without a single line of code, all managed by Interface Builder.
https://github.com/litoarias/haplayerview

avplayer login swift3 videologin

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Features
> - [x] [Cocoapods](https://cocoapods.org/) support
> - [x] [Carthage](https://github.com/Carthage/Carthage) support
> - [x] Easy implementation
> - [x] *@IBInspectable*
> - [x] 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