{"id":1935,"url":"https://github.com/kolesa-team/ios_pinCodeTextField","last_synced_at":"2025-08-02T05:33:15.675Z","repository":{"id":56917294,"uuid":"125311982","full_name":"kolesa-team/ios_pinCodeTextField","owner":"kolesa-team","description":"A customizable verification code textField. Can be used for phone verification codes, passwords etc","archived":false,"fork":false,"pushed_at":"2023-04-19T17:32:44.000Z","size":479,"stargazers_count":65,"open_issues_count":1,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-29T15:51:39.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kolesa-team.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-15T04:25:49.000Z","updated_at":"2024-04-17T07:25:09.000Z","dependencies_parsed_at":"2024-01-02T21:09:14.829Z","dependency_job_id":"e1914378-5ade-4505-b6b8-10a51387a469","html_url":"https://github.com/kolesa-team/ios_pinCodeTextField","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"16919211e48190111d29a4bcbfbf3e3e368254e6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesa-team%2Fios_pinCodeTextField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesa-team%2Fios_pinCodeTextField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesa-team%2Fios_pinCodeTextField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesa-team%2Fios_pinCodeTextField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kolesa-team","download_url":"https://codeload.github.com/kolesa-team/ios_pinCodeTextField/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228443750,"owners_count":17920781,"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":[],"created_at":"2024-01-05T20:15:59.355Z","updated_at":"2024-12-06T09:30:41.096Z","avatar_url":"https://github.com/kolesa-team.png","language":"Objective-C","funding_links":[],"categories":["Security"],"sub_categories":["Unofficial","Other free courses"],"readme":"# KKPinCodeTextField\n\nA customizable verification code textField. Can be used for phone verification codes, passwords etc.\n\nНастраиваемое текстовое поле для кода верификации. Может быть использованно для подтверждения телефона, email-a, ввода пароля и т.д.\n\n![](Screenshots/example.gif)\n\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## Requirements\n\n- iOS 8.0+\n\n\n## Installation\n\nKKPinCodeTextField is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'KKPinCodeTextField'\n```\n\n\n## Usage\n\n1. Interface Builder:\n\nAdd a `UITextField` in your *Interface Builder* and change the class of a textField from `UITextField` to `KKPinCodeTextField`. You can set the properties in the *Attributes Inspector* and see a live preview\n\n![](Screenshots/usage.gif)\n\n2. Programmatically:\n\n```\nKKPinCodeTextField *textField = [[KKPinCodeTextField alloc] initWithFrame:frame];\n[self.view addSubview:textField];\n```\n\n\n## Customization\n\n##### digitsCount\nVerification code length. Default value is 4\n\n##### borderHeight\nBottom borders height. Default value is 4\n\n##### bordersSpacing\nSpacing between bottom borders. Default value is 10\n\n##### filledDigitBorderColor\nBottom border color when digit is filled. Default value is UIColor.lightGrayColor\n\n##### emptyDigitBorderColor\nBottom border color when digit is empty. Default value is UIColor.redColor\n\n\n## Author\n\nAmirzhan, idryshev@kolesa.kz\n\n\n## Contributing\n\nBug reports and pull requests are welcome\n\n\n## License\n\nKKPinCodeTextField is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolesa-team%2Fios_pinCodeTextField","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolesa-team%2Fios_pinCodeTextField","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolesa-team%2Fios_pinCodeTextField/lists"}