Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

meiqi1992/MQVerCodeInputView

Repository files navigation

MQVerCodeInputView

  1. 使用方法
 MQVerCodeInputView *verView = [[MQVerCodeInputView alloc]initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH-50, 50)];
 verView.maxLenght = 6;//最大长度
 verView.keyBoardType = UIKeyboardTypeNumberPad;
 [verView mq_verCodeViewWithMaxLenght];
 verView.block = ^(NSString *text){
 NSLog(@"text = %@",text);
 };
 verView.center = self.view.center;
 [self.view addSubview:verView];

2.效果图:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /