Skip to content

使用coreGraphic绘制的本地验证码。多用于防止手机验证码的恶意获取

License

Notifications You must be signed in to change notification settings

DongDongDongDong/CaptchaView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptchaView

使用coreGraphic绘制的本地验证码。多用于防止手机验证码的恶意获取

展示效果

Aaron Swartz

使用步骤

_captchView = [[CaptchaView alloc]initWithFrame:self.view.bounds];  

_captchView.backgroundColor = [UIColor lightGrayColor];  

[self.view addSubview:_captchView];  

About

使用coreGraphic绘制的本地验证码。多用于防止手机验证码的恶意获取

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published