https://github.com/oyvinddd/digitview
UIView subclass that wraps separate UITextFields to create a custom digit input view
https://github.com/oyvinddd/digitview
Last synced: 8 months ago
JSON representation
UIView subclass that wraps separate UITextFields to create a custom digit input view
- Host: GitHub
- URL: https://github.com/oyvinddd/digitview
- Owner: oyvinddd
- License: mit
- Created: 2021-02-25T13:26:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T13:15:08.000Z (over 5 years ago)
- Last Synced: 2025-02-01T01:15:22.603Z (over 1 year ago)
- Language: Swift
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigitView
[](https://travis-ci.org/43780301/DigitView)
[](https://cocoapods.org/pods/DigitView)
[](https://cocoapods.org/pods/DigitView)
[](https://cocoapods.org/pods/DigitView)
## Introduction
UIView subclass that wraps separate UITextFields to create a custom digit input view. The delegate method `didFinishInput(_ input: String)` should be added to the view controller containing the digit view. The method will get called when the user has inserted a digit into every input field in the digit view.
## Installation
DigitView is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'DigitView'
```
## License
DigitView is available under the MIT license. See the LICENSE file for more info.