JHVerificationCodeView
验证码输入框,验证码,code view,iOS验证码输入
Install / Use
/learn @xjh093/JHVerificationCodeViewREADME
JHVerificationCodeView
A single authentication code input box
- 单个的验证码输入框
Version
Latest release version:
-
1.3.7 ❌ out of date!
-
[1.3.8] download master version for use. (2024-05-11 15:06:24)
Swift version:
Cocoapods
pod "JHVerificationCodeView"
What


Usage
JHVCConfig *config = [[JHVCConfig alloc] init];
config.inputBoxNumber = 6;
config.inputBoxSpacing = 5;
config.inputBoxWidth = 33;
config.inputBoxHeight = 28;
config.tintColor = [UIColor blackColor];
config.secureTextEntry = YES;
config.inputBoxColor = [UIColor brownColor];
config.font = [UIFont boldSystemFontOfSize:16];
config.textColor = [UIColor brownColor];
config.inputType = JHVCConfigInputType_Number_Alphabet; // Default
[self.view addSubview:({
JHVerificationCodeView *codeView =
[[JHVerificationCodeView alloc] initWithFrame:CGRectMake(10, 100, kScreenWidth-20, 30)
config:config];
codeView.finishBlock = ^(NSString *code) {
label.text = code;
};
codeView;
})];
Logs
- change log: click here
More detail in Demo :)
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
