NSJTextField
NSJTextField copied to clipboard
A custom textfield with the placeholder displayed on top when text entered.
NSJTextField
Problem
Placeholder text works great for a simple username and password form, but not so much when there is more information. It's easy to forget which field is which once you've typed into all of the inputs.
Demo
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
NSJTextField is available through CocoaPods. To install it, simply add the following lines to your Podfile:
source 'https://github.com/NSJoker/NSJTextFieldSpecs.git'
pod 'NSJTextField'
Author
NSJoker, [email protected]
License
NSJTextField is available under the MIT license. See the LICENSE file for more info.