Skip to content

sSegev/SSTextField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UITextField Addons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published