DongDongDongDong / CaptchaView

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CaptchaView

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

展示效果

Aaron Swartz

使用步骤

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

_captchView.backgroundColor = [UIColor lightGrayColor];  

[self.view addSubview:_captchView];  

About

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

License:MIT License


Languages

Language:Objective-C 100.0%