/SSTextField

UITextField Addons

Primary LanguageObjective-CMIT LicenseMIT

SSTextField

UITextField Addons

Description

SSTextField adds missing functionality to a normal UITextField.

  • Adds a tool bar to any keyboard \ picker with a done button that dismisses the keyboard

  • Adds a property to enable or disable the blinking caret inside the UITextField

    textField.hideCaret = YES;

  • Adds a property to enable or disable the ability to dismiss the keyboard with a tap anywhere on the screen.

    textField.hideKeyboardWithTapOnScreen = YES;

Instructions

Just copy SSTextField.m & SSTextField.h to project and select it in the interface builder as the Custom Class for your UITextField