Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NikoGenn/AwesomeTextField
Awesome TextField is a nice and simple libriary for iOS and Mac OSX. It's highly customisable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
https://github.com/NikoGenn/AwesomeTextField
List: AwesomeTextField
Last synced: 2 months ago
JSON representation
Awesome TextField is a nice and simple libriary for iOS and Mac OSX. It's highly customisable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
- Host: GitHub
- URL: https://github.com/NikoGenn/AwesomeTextField
- Owner: NikoGenn
- License: mit
- Created: 2015-07-22T11:56:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T17:16:49.000Z (about 8 years ago)
- Last Synced: 2024-05-20T00:04:33.600Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 78.1 KB
- Stars: 80
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Awesome TextField is a nice and simple library for iOS and Mac OSX. It's highly customizable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
![icon](http://nmaidanov.ru/awesometextfield/afield.gif)
## Example
To run the example project, clone the repo, and run .xcodeproj from the Example directory first.
## Installation
AwesomeTextField is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "AwesomeTextField"
```##Usage
* Just drop awesomeTextField folder in your project.
* Change class of any TextField to AwesomeTextField.* Customize it with IB.
* You're ready to use awesomeTextField!
##Swift version
[AwesomeTextFieldSwift](https://github.com/aleksandrshoshiashvili/AwesomeTextFieldSwift)
## Authors
* [Aleksandr Shoshiashvili](https://github.com/aleksandrshoshiashvili)
* [NikoGenn](https://github.com/NikoGenn)