{"id":15037471,"url":"https://github.com/xiaohange/poocodeview","last_synced_at":"2025-04-09T23:24:21.374Z","repository":{"id":62450965,"uuid":"81802997","full_name":"xiaohange/PooCodeView","owner":"xiaohange","description":"图形验证码，本地校验图形验证码，🌄 随机验证码图文校验，图文校验, iOS开发者交流:①群:446310206 ②群:426087546 ","archived":false,"fork":false,"pushed_at":"2017-07-26T08:48:54.000Z","size":84,"stargazers_count":59,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T03:03:23.842Z","etag":null,"topics":["codeview","ios","poo","swift3"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaohange.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T08:39:53.000Z","updated_at":"2025-02-07T09:28:06.000Z","dependencies_parsed_at":"2022-11-01T22:32:08.067Z","dependency_job_id":null,"html_url":"https://github.com/xiaohange/PooCodeView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FPooCodeView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FPooCodeView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FPooCodeView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaohange%2FPooCodeView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaohange","download_url":"https://codeload.github.com/xiaohange/PooCodeView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127173,"owners_count":21052199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeview","ios","poo","swift3"],"created_at":"2024-09-24T20:34:42.933Z","updated_at":"2025-04-09T23:24:21.346Z","avatar_url":"https://github.com/xiaohange.png","language":"Objective-C","readme":"# PooCodeView\n图形验证码，本地校验图形验证码，🌄 随机验证码图文校验，图文校验,提升安全性,防止移动App验证码被盗刷,频繁登录等;\n\n![](https://github.com/xiaohange/PooCodeView/blob/master/v1.gif?raw=true)\n\n## 更新记录\n- 1.0.0 基础版本提交 1.0.0  (2017.07.24)\n\n## Installation\n\n1. Drag all source files under floder `PooCodeView` to your project.\n2. pod \"PooCodeView\"\n\n## Usage\n\n```\n#import \"PooCodeView.h\"\n@property (nonatomic, strong) PooCodeView *pooCodeView;\n```\n```\n//1.默认\n    _pooCodeView = [[PooCodeView alloc] initWithFrame:CGRectMake(10, 100, 120, 50) andChangeArray:nil];\n    [self.view addSubview:_pooCodeView];\n```\n\n```\n//2.自定义\n    NSArray *randomArr = @[@\"H\",@\"j\",@\"q\",@\"0\",@\"1\",@\"2\",@\"3\",@\"4\",@\"5\",@\"6\",@\"7\",@\"8\",@\"9\"];\n    _pooCodeView = [[PooCodeView alloc] initWithFrame:CGRectMake(140, 100, 120, 50) andChangeArray:randomArr];\n    \n    //注意:文字高度不能大于poocodeview高度,否则crash\n    _pooCodeView.textSize = 25;\n    \n    //不设置为blackColor\n    _pooCodeView.textColor = [UIColor redColor];\n    \n    [self.view addSubview:_pooCodeView];\n```\n## Other\n[JQTumblrHud-高仿Tumblr App 加载指示器hud](https://github.com/xiaohange/JQTumblrHud)\n\n[JQScrollNumberLabel：仿tumblr热度滚动数字条数](https://github.com/xiaohange/JQScrollNumberLabel)\n\n[TumblrLikeAnimView-仿Tumblr点赞动画效果](https://github.com/xiaohange/TumblrLikeAnimView)\n\n[JQMenuPopView-仿Tumblr弹出视图发音频、视频、图片、文字的视图](https://github.com/xiaohange/JQMenuPopView)\n\n## Star\n\n[CSDN博客](http://blog.csdn.net/qq_31810357) \n\niOS开发者交流群：446310206 喜欢就❤️❤️❤️star一下吧！你的支持是我更新的动力！ Love is every every every star! Your support is my renewed motivation!\n\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohange%2Fpoocodeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaohange%2Fpoocodeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaohange%2Fpoocodeview/lists"}