PooCodeView
图形验证码,本地校验图形验证码,🌄 随机验证码图文校验,图文校验, iOS开发者交流:①群:446310206 ②群:426087546
Install / Use
/learn @xiaohange/PooCodeViewREADME
PooCodeView
图形验证码,本地校验图形验证码,🌄 随机验证码图文校验,图文校验,提升安全性,防止移动App验证码被盗刷,频繁登录等;

更新记录
- 1.0.0 基础版本提交 1.0.0 (2017.07.24)
Installation
- Drag all source files under floder
PooCodeViewto your project. - pod "PooCodeView"
Usage
#import "PooCodeView.h"
@property (nonatomic, strong) PooCodeView *pooCodeView;
//1.默认
_pooCodeView = [[PooCodeView alloc] initWithFrame:CGRectMake(10, 100, 120, 50) andChangeArray:nil];
[self.view addSubview:_pooCodeView];
//2.自定义
NSArray *randomArr = @[@"H",@"j",@"q",@"0",@"1",@"2",@"3",@"4",@"5",@"6",@"7",@"8",@"9"];
_pooCodeView = [[PooCodeView alloc] initWithFrame:CGRectMake(140, 100, 120, 50) andChangeArray:randomArr];
//注意:文字高度不能大于poocodeview高度,否则crash
_pooCodeView.textSize = 25;
//不设置为blackColor
_pooCodeView.textColor = [UIColor redColor];
[self.view addSubview:_pooCodeView];
Other
JQTumblrHud-高仿Tumblr App 加载指示器hud
JQScrollNumberLabel:仿tumblr热度滚动数字条数
TumblrLikeAnimView-仿Tumblr点赞动画效果
JQMenuPopView-仿Tumblr弹出视图发音频、视频、图片、文字的视图
Star
iOS开发者交流群:446310206 喜欢就❤️❤️❤️star一下吧!你的支持是我更新的动力! Love is every every every star! Your support is my renewed motivation!
License
This code is distributed under the terms and conditions of the MIT license.
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate 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
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
