Declared in UITextField+TKCategory.h

Overview

Additional functionality for UITextField.

Tasks

  • – selectTextAtRange:

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

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.

Discussion

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

Declared In

UITextField+TKCategory.h