DrawLoginView
安装
DrawLoginView 支持 swift 5.0, iOS 10
- 添加 pod DrawLoginView
- 通过运行 pod install 安装 pods。
- 在您想使用其功能的 .swift 文件中添加 import DrawLoginView。
基本用法
@IBOutlet weak var drawLoginVew: DrawLoginView!
drawLoginVew.rowColumnCount = 4
drawLoginVew.createRows()
drawLoginVew.setOnMoveFinished { [weak self] (result) in
print(result) // password
}