Search results for uitextfield

JVFloatLabeledTextField screenshot

JVFloatLabeledTextField

October 19, 2013 • MIT License
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
BZGFormField screenshot

BZGFormField

September 24, 2013 • MIT License
BZGFormField is a text field for better forms. The left indicator changes color based on the validity of the field's text. When the text field returns, the indicator expands and becomes tappable. W...
iOSValidator screenshot

iOSValidator

September 11, 2013 • Apache 2.0 License
UITextField Validator for iOS is a rule based validation framework.
UITextViewExtras screenshot

UITextViewExtras

August 23, 2013 • MIT License
Collection of convenience methods for finding the paths and locations of text in UITextView. * Calculate the bounding path (or CGRect) of a character, word, sentence, line or paragraph at given ...
SAHighlightedTextField screenshot

SAHighlightedTextField

August 02, 2013 • BSD License
A flexible iOS component that subclasses UITextField and switches the background while the text field is being edited.
UITextView-UIControl screenshot

UITextView-UIControl

July 30, 2013 • MIT License
A UIControl-like API addition to UITextView
FocusColorTextField screenshot

FocusColorTextField

June 29, 2013 • BSD License
Set a different backgroundColor and textColor on your text fields and text views when they have focus.
CurrencyNumericTextField screenshot

CurrencyNumericTextField

June 28, 2013 • BSD License
Provides a currency symbol-equipped text field.
LRAccessoryView screenshot

LRAccessoryView

June 13, 2013 • BSD License
LRAccessoryView is a custom UIToolbar view for iOS that enables a control for form navigation (like Safari)
WTReTextField screenshot

WTReTextField

June 03, 2013 • MIT License
Subclass of UITextField with RegEx input validation and formatting as you type
ACEAutocompleteBar screenshot

ACEAutocompleteBar

May 25, 2013 • MIT License
Simple `UITextField` category to display text suggestions in real-time on the top of the virtual keyboard.
SHSPhoneComponent screenshot

SHSPhoneComponent

May 20, 2013 • MIT License
UITextField and NSFormatter subclasses for formatting phone numbers. Allow different formats for different countries(patterns).
DMFormInputAccessoryView screenshot

DMFormInputAccessoryView

May 12, 2013 • MIT License
A simple input accessory view for use in forms.
DPTextField screenshot

DPTextField

April 19, 2013 • MIT License
A replacement for UITextField with loads of extras, including auto fill. Auto-fill suggestions appear "under" the keyboard. See: https://raw.github.com/ebaker355/DPTextField/master/DPTextFieldAutoF...
AFGPasswordTextField screenshot

AFGPasswordTextField

March 23, 2013 • MIT License
An iOS UITextField subclass to be used for password input that lets you specify any Unicode character to use for the password mask character. The AFGPasswordTextFieldDelegate protocol is API com...
TRAutocompleteView screenshot

TRAutocompleteView

March 08, 2013 • BSD License
Autocomplete view attachable to any UITextField. Ships with Google Maps items source and sample cell factory. Can be configured to autocomplete from any source, supports custom cell factory for adv...
REFormattedNumberField screenshot

REFormattedNumberField

March 05, 2013 • MIT License
UITextField subclass that allows number input in a predefined format.
Numberpad screenshot

Numberpad

March 01, 2013 • MIT License
LNNumberpad is a custom numeric keyboard for the iPad which works with both UITextField's and UITextView's requiring no changes other than adding an instance of the LNNumberpad class as the inputVi...
Moving Placeholder Text Field screenshot

Moving Placeholder Text Field

February 24, 2013 • MIT License
A UITextField subclass animating the placeholder text if it extends the bounds of the text field. It supports texts of any length, font and size (even custom fonts!). Speed defaults to 30 FPS.
MLPAutoCompleteTextField screenshot

MLPAutoCompleteTextField

February 15, 2013 • MIT License
MLPAutoCompleteTextField is a subclass of UITextField that behaves like a typical UITextField with one notable exception: it manages a drop down table of autocomplete suggestions that update as the...