BZGFormField-文本输入框检查

mac2022-06-30  20

BZGFormField 是一个更棒的表单中的文本输入框,左边的颜色根据对输入值的验证进行指示。

下载地址:https://github.com/benzguo/BZGFormField

使用方法(代码块回调):

[self.passwordField setTextValidationBlock:^BOOL(BZGFormField *field, NSString *text) { return (text.length >= 8); }];图标根据返回值YES/NO变换样式.如果要弹出警告框:

转载于:https://www.cnblogs.com/bug-sniper/p/4600226.html

最新回复(0)