TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
FieldKit is a UI library of custom text fields for iOS:
The iOS 5.0 SDK is needed to build. It can however run on iOS 4.1 or higher (iPhone/iPad universal app compatible).
Suported devices: iPhone/iPad (*)
You also need to add the following frameworks to your project:
FieldKit doesn't subclass the text fields provided by UIKit. The text input, selection and manipulation is implemented from scratch. It conforms to UITextInput like UITextField.
FKTextField:
FKTokenField:
FKScrollField:
The Overview example shows how to use FKTextField and FKTokenField. The text field are presented inside a scroll view.
A FKTokenField example, using UIColor instances as represented objects. The provided TokenFieldCell is subclassed. The background color and display string are derived from the UIColor.
A composer view similar to the iOS Mail application. (work in progress)
TODO
TODO