CRBoxInputView icon indicating copy to clipboard operation
CRBoxInputView copied to clipboard

Verify code input view. Support security type for password.短信验证码输入框,支持密文模式

Results 19 CRBoxInputView issues
Sort by recently updated
recently updated
newest added

设置inputType为CRInputType_Normal输入英文字母,在输入到第二英文时,左上角会出现一个浅蓝色的view

self.edgesForExtendedLayout = UIRectEdgeNone; 当输入完验证码后,页面会上移 主要代码: self.edgesForExtendedLayout = UIRectEdgeNone; ... [_boxInputView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.mas_equalTo(120); make.right.mas_equalTo(-20); make.left.mas_equalTo(20); make.height.mas_equalTo(50); }];

CRBoxInputCellProperty类里面 用#import "CRLineView.h" 替换#import 导入就不报错了,麻烦看下

- (BOOL)canPerformAction:(SEL)action withSender:(id)sender { return YES; } 这个粘贴复制没用啊 可以实现复制功能吗

有个需求。 当验证码输入错误的时候,需要把下划线 由 黑色 变成 红色。 现有api没有找到可行办法。

偶尔出现键盘不能弹出的情况

密文模式下第一次输入不回显密码,清空后再次输入可以正常先显示一下密码再变成密文。