https://github.com/brownsoo/codefield
iOS TextField to input codes
https://github.com/brownsoo/codefield
Last synced: 3 months ago
JSON representation
iOS TextField to input codes
- Host: GitHub
- URL: https://github.com/brownsoo/codefield
- Owner: brownsoo
- License: mit
- Created: 2018-10-29T09:43:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T01:18:37.000Z (over 1 year ago)
- Last Synced: 2025-02-26T23:17:24.832Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 476 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeField
[](https://cocoapods.org/pods/CodeField)
[](https://cocoapods.org/pods/CodeField)
[](https://cocoapods.org/pods/CodeField)
[](https://codebeat.co/projects/github-com-brownsoo-codefield-master)## Now in developing
Api can be changed in future.
- [ ] SPM distribution
- [ ] Storyboard integration test
- [ ] Code documentation
- [ ] Add properties for styling## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
### [Swift Package Manager](https://swift.org/package-manager/)
* Open Xcode
* Go to File > Swift Packages > Add Package Dependency...
* Paste this Github Repo URL (https://github.com/brownsoo/CodeField) into the search bar.
* Select the ValueAnimator repo from the search results.### [CocoaPods](http://cocoapods.org)
CodeField is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'CodeField'
```## Author
brownsoo, [@medium](https://medium.com/@brownsoo)
## License
CodeField is available under the MIT license. See the LICENSE file for more info.