CodeTextField icon indicating copy to clipboard operation
CodeTextField copied to clipboard

验证码文本框、密码框、等

Results 1 CodeTextField issues
Sort by recently updated
recently updated
newest added

在手机获取验证码, 点击键盘上的验证码, 快捷输入, 会回调两次 比如: 验证码6位, 第一次, public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { 中string为6位验证码 第二次, 是每次一位的增加, 然后到6位后第二次回调