ios滑块验证
查看次数:4816
下载次数:621
上传时间:2018-12-19
大小:2 KB
1 调用
WMZCodeView *codeView = [[WMZCodeView shareInstance] addCodeViewWithType:CodeTypeImage withImageName:@"A" witgFrame:CGRectMake(0, 50, 300, 50) withBlock:^(BOOL success) {
if (success) {
NSLog(@"成功");
}
}];
[superView addSubview: codeView] ;
2 请前往GitHub下载 喜欢的给个星星
https://github.com/wwmz/WMZCode
3 简书介绍
https://www.jianshu.com/p/93d83018e5cd
收藏