[self.view addSubview:boxInputView]; // inputType(number) _boxInputView.inputType = CRInputType_Number; // inputType(regex) //_boxInputView.inputType = CRInputType_Regex; //_boxInputView.customInputRegex = @"[^0-9]"; // Get value // func1, call back block when input text did...
ios-CRBoxInputView.zip ios-CRBoxInputView.zip评分: 该组件可以在短信验证码,密码输入框,或者手机号码输入框这些场景中使用。 支持iOS12短信验证码自动填充。 支持密文输入。 支持密文自定义符号。 支持密文自定义图片。 支持密文自定义图片。 支持密文自定义View。 基本用法 CRBoxInputView *boxInputView = [[...
执行pod search CRBoxInputView报错 [!] Unable to find a pod with name, author, summary, or description matching CRBoxInputView
该组件可以在短信验证码,密码输入框,或者手机号码输入框这些场景中使用。支持iOS12短信验证码自动填充。 Swift开发-文本输入和显示2019-08-15 上传大小:1286KB 所需:46积分/C币 swift-验证码手机验证码 验证码,手机验证码,不区分大小写验证码 上传者:weixin_39840387时间:2019-08-15 ...
4月12日模力方舟 AI 应用沙龙 · 杭州站报名开放,产研前线第一手干货,AI 开发者必冲! Watch 1Star0Fork0 iOS_111/CRBoxInputView 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管
您好,根据您提供的信息,您似乎在讨论一个名为"CRBoxInputViewVerify"的输入视图,该视图支持密码的安全类型。如果您有关于这个输入视图的具体问题或者需要更多的信息,可以告诉我,我会尽力帮助您解决问题。 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
Open opened this issueAug 5, 2020· 1 comment FPJackcommentedAug 5, 2020 CRBoxInputCellProperty类里面 用#import "CRLineView.h" 替换#import <CRBoxInputView/CRLineView.h>导入就不报错了,麻烦看下 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to commen...
cellProperty.cellPlaceholderTextColor = [UIColorcolorWithRed:114/255.0green:116/255.0blue:124/255.0alpha:0.3];//可选cellProperty.cellPlaceholderFont = [UIFontsystemFontOfSize:20];//可选CRBoxInputView *boxInputView = [[CRBoxInputViewalloc]initWithCodeLength:4]; ...
SecretView 使用说明 Base CRBoxInputView *boxInputView = [[CRBoxInputView alloc] initWithFrame:CGRectMake(0, 0, 200, 50)]; boxInputView.codeLength = 4;// 不设置时,默认4 boxInputView.keyBoardType = UIKeyboardTypeNumberPad;// 不设置时,默认UIKeyboardTypeNumberPad [boxInputView loadAndPre...