Shining 0.1.8

Shining 0.1.8

Maintained by dimsky.



Shining 0.1.8

Shining

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 4.0+
  • iOS 8.0+
  • Xcode 9.0+

Installation

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

pod 'Shining'

Example

// start
imageView.image = UIImage(named: imageName)
Shining.captureStart(view: imageView)

// pause
Shining.capturePause()

// stop
Shining.captureStop { (filePath) in
  ...            
}

Author

[email protected], [email protected]

License

Shining is available under the MIT license. See the LICENSE file for more info.

Shining