Declared in UITextField+TKCategory.h
UITextField+TKCategory.m

Overview

Additional functionality for UITextField.

Instance Methods

selectTextAtRange:

Changes the cursor position. A range length of zero will move the cursor and not select text.

- (void)selectTextAtRange:(NSRange)range

Parameters

range

The range of the selection.

Declared In

UITextField+TKCategory.h