Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

xiaohange/PooCodeView

Repository files navigation

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

更新记录

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

Installation

  1. Drag all source files under floderPooCodeView 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 theMIT license.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp