An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# CodeField

[![Version](https://img.shields.io/cocoapods/v/CodeField.svg?style=flat)](https://cocoapods.org/pods/CodeField)
[![License](https://img.shields.io/cocoapods/l/CodeField.svg?style=flat)](https://cocoapods.org/pods/CodeField)
[![Platform](https://img.shields.io/cocoapods/p/CodeField.svg?style=flat)](https://cocoapods.org/pods/CodeField)
[![codebeat badge](https://codebeat.co/badges/f2fd2667-a244-4315-a0f0-a3ac0c6480c5)](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

![Demo of CodeField](codefield-example.gif)

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.