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

https://github.com/sger/sgtextfield

By default UITextField not supports text insets around text.SGTextField is subclassing UITextField and overrides textRectForBounds to extend functionality.
https://github.com/sger/sgtextfield

Last synced: over 1 year ago
JSON representation

By default UITextField not supports text insets around text.SGTextField is subclassing UITextField and overrides textRectForBounds to extend functionality.

Awesome Lists containing this project

README

          

# SGTextField

[![Version](https://img.shields.io/cocoapods/v/SGTextField.svg?style=flat)](http://cocoapods.org/pods/SGTextField)
[![License](https://img.shields.io/cocoapods/l/SGTextField.svg?style=flat)](http://cocoapods.org/pods/SGTextField)
[![Platform](https://img.shields.io/cocoapods/p/SGTextField.svg?style=flat)](http://cocoapods.org/pods/SGTextField)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

SGTextField is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "SGTextField"
```

## Author

Spiros Gerokostas, spiros.gerokostas@gmail.com

## License

SGTextField is available under the MIT license. See the LICENSE file for more info.