Search results for uitextfield

CKTextField screenshot

CKTextField

October 14, 2014 • MIT License
Enhanced UITextField, with improved visuals for a sweet UX. Add input validation via Storyboard! The CKTextField displays a green checkmark once the user entered a valid content. It will shake, ...
BirthdayPlaceholder screenshot

BirthdayPlaceholder

October 12, 2014 • MIT License
This is a UITextField shouldChangeCharactersInRange delegate implementation that keeps the placeholder text displayed as the user types
KIInPlaceEdit screenshot

KIInPlaceEdit

October 05, 2014 • MIT License
In-place editing for UILabel! UILabel+InPlaceEdit.h enables users to edit a label in the place. No inheritance. Just import the category and [label ipe_enableInPlaceEdit]; :) Related Link...
VMaskTextField screenshot

VMaskTextField

October 01, 2014 • MIT License
VMaskTextField is a library which create an input mask.An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers etc
TextFieldValidator screenshot

TextFieldValidator

August 20, 2014 • MIT License
This control will help you to manage all kinds of validation effectively. For this you just need to provide regex string and other things will be handled by control itself. Check out my blog for...
LTBouncyPlaceholder (Swift) screenshot

LTBouncyPlaceholder (Swift)

July 08, 2014 • MIT License
A learning-by-doing UITextField extension written in Swift
MTZTextField screenshot

MTZTextField

May 27, 2014 • MIT License
Fixing an issue with `UITextField` where the highlighted state of the text field's clear button is always the default blue, and not the tint color of the text field.
ASTextField screenshot

ASTextField

April 19, 2014 • MIT License
A demo project for making custom UITextField in iOS. Very useful for making login signup screens in couple of minutes. This text field is purely made by customizing the UITextField, no background v...
OCMaskedTextFieldView screenshot

OCMaskedTextFieldView

April 17, 2014 • Apache 2.0 License
A simple UIView subclass to display dynamically masked textFields.
HandwritingTextField screenshot

HandwritingTextField

March 20, 2014 • MIT License
A UITextField category that supports handwriting input.
UITextField-Shake screenshot

UITextField-Shake

February 22, 2014 • MIT License
UITextField category that adds a shake animation like the password field of the OsX login screen.
BZGFormViewController screenshot

BZGFormViewController

January 15, 2014 • MIT License
A library for making dynamic forms.
APAutocompleteTextField screenshot

APAutocompleteTextField

December 19, 2013 • MIT License
Autocomplete text field. It works like Safari (iOS) or Chrome (iOS) search / address bar.
MHTextField screenshot

MHTextField

December 15, 2013 • MIT License
MHTextField is an iOS drop-in class that extends UITextField with built-In toolbar, validation and scrolling support.
RFMathTextField screenshot

RFMathTextField

December 06, 2013 • MIT License
A simple validator/equation answerer.
RFKeyboardToolbar screenshot

RFKeyboardToolbar

December 05, 2013 • MIT License
This is a flexible UIView and UIButton subclass to add customized buttons and toolbars to your UITextFields/UITextViews. This is used in https://www.cocoacontrols.com/controls/rfmarkdowntextvi...
TSValidatedTextField screenshot

TSValidatedTextField

December 01, 2013 • Apache 2.0 License
This is simple and ready to use subclass of UITextField that allows you to validate text in the text field with pattern you set.
TSCurrencyTextField screenshot

TSCurrencyTextField

November 14, 2013 • MIT License
UITextField subclass for ATM-style currency-amount entry.
AKNumericFormatter screenshot

AKNumericFormatter

November 09, 2013 • MIT License
Formatter for numerical fields and UITextField category to use it easily while editing.
RPFloatingPlaceholders screenshot

RPFloatingPlaceholders

October 25, 2013 • MIT License
UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text. Example: http://i.imgur.com/Sze6OFN.gif