Shining
示例
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
。
需求
- Swift 4.0+
- iOS 8.0+
- Xcode 9.0+
安装
Shining 可以通过 CocoaPods 安装。要安装它,只需将以下行添加到您的 Podfile 中
pod 'Shining'
示例
// start
imageView.image = UIImage(named: imageName)
Shining.captureStart(view: imageView)
// pause
Shining.capturePause()
// stop
Shining.captureStop { (filePath) in
...
}
作者
[email protected],[email protected]
许可证
Shining遵循MIT许可证。有关更多信息,请参阅LICENSE文件。