Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/litoarias/haplayerview
- Owner: litoarias
- License: mit
- Created: 2017-02-14T10:22:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T14:27:25.000Z (over 5 years ago)
- Last Synced: 2024-09-29T22:21:12.388Z (3 months ago)
- Topics: avplayer, login, swift3, videologin
- Language: Swift
- Homepage:
- Size: 7.2 MB
- Stars: 19
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
## Contributing1. 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