MHVerifyCodeView
示例
要运行示例项目,请克隆仓库,然后从 Example 目录先运行 pod install
要求
- iOS >= 9.0
- swift5
安装
MHVerifyCodeView 可以通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile
pod 'MHVerifyCodeView'
用法
let verifyCodeView = MHVerifyCodeView.init()
verifyCodeView.spacing = 10
verifyCodeView.verifyCount = 4
verifyCodeView.setCompleteHandler { (result) in
print(result)
}
作者
feaskters, [email protected]
许可
MHVerifyCodeView可在MIT许可下使用。更多详情请参阅LICENSE文件。