tingxins / InputKit

📝InputKit, an Elegant Kit to limits your input text, inspired by BlocksKit, written in both Objective-C & ⚡️Swift.

Home Page:https://tingxins.com/2017/06/input-kit-introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

监听UIControlEventEditingChanged,NSLog(@"%@", textField.text); 长度比limitNumber多1个字符

czwpro opened this issue · comments

在设置了limitNumber后监听文本内容的变化会出现长度比limitNumber多一个的情况,虽然TextField现实的内容只有limitNumber个字符