CodeTextDemo
CodeTextDemo copied to clipboard
iOS验证码输入
原代码 if (index >= self.labels.count) index = self.labels.count - 1; HWCursorLabel *label = [self.labels objectAtIndex:index]; [label startAnimating]; self.currentLabel = label; 修改为 if (index < self.labels.count) { HWCursorLabel *label = [self.labels...
项目中正好用到,感谢,另外期待加入光标闪烁的功能🙏
https://github.com/xjh093/JHVerificationCodeView
侯爷,我也需要光标闪烁功能,🙏,感谢。[email protected]。