PooCodeView Save

图形验证码,本地校验图形验证码,🌄 随机验证码图文校验,图文校验, iOS开发者交流:①群:446310206 ②群:426087546

Project README

PooCodeView

图形验证码,本地校验图形验证码,🌄 随机验证码图文校验,图文校验,提升安全性,防止移动App验证码被盗刷,频繁登录等;

更新记录

  • 1.0.0 基础版本提交 1.0.0 (2017.07.24)

Installation

  1. Drag all source files under floder PooCodeView to your project.
  2. 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

CSDN博客

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.

Open Source Agenda is not affiliated with "PooCodeView" Project. README Source: xiaohange/PooCodeView
Stars
58
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating