The Wayback Machine - https://web.archive.org/web/20201024013533/https://github.com/weitieda/lupi
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lupi

Platform Swift MIT License

One-line configuration video background for iOS project, written in Swift.

preview preview

Features

  • One line of code to make it work
  • Handled device rotation by default

Usage

import Lupi

class ViewController: UIViewController {

    var videoBackgrounView: LupiVideoBackgroundView?

    override func viewDidLoad() {
        super.viewDidLoad()

        videoBackgrounView = try? LupiVideoBackgroundView(fileName: "beach", in: view)
    }
}

By default, audio is muted. Pass isMuted: false in initializer if you want to turn it on.

Installation

CocoaPods

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

pod 'Lupi', :git => 'https://github.com/weitieda/lupi.git'

Swift Package Manager (Xcode 11+)

In Xcode 11, select File -> Swift Packages -> Add Package Dependency, enter Lupi's repo URL https://github.com/weitieda/lupi. Or you can login Xcode with your GitHub account and just type Lupi to search.

Author

Tieda Wei

License

Lupi is released under an MIT License. See LICENSE for details.

You can’t perform that action at this time.