签名画板组件
需求
- iOS 9.0+
- Xcode 10.0+
- Swift 5.0+
CocoaPods 安装
pod 'WZGraphicView', '~> 1.1.0'
pod 'WZGraphicView/Binary', '~> 1.1.0'
使用
/// 画板视图
public lazy var graphicView: WZGraphicView = {
let temView = WZGraphicView()
temView.backgroundColor = UIColor.clear
temView.beganGrapBlock = { [weak self] begin in
guard let self = self else { return }
self.confimButton.isEnabled = begin
}
return temView
}()
许可证
WZGraphicView 根据 MIT 许可证发布。有关更多信息,请参阅 LICENSE。