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.
- Host: GitHub
- URL: https://github.com/sger/sgtextfield
- Owner: sger
- License: mit
- Created: 2015-10-21T14:18:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T14:22:58.000Z (over 10 years ago)
- Last Synced: 2025-02-06T16:00:03.131Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGTextField
[](http://cocoapods.org/pods/SGTextField)
[](http://cocoapods.org/pods/SGTextField)
[](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.