Conforms to NSObject
Declared in TKInputView.h

Overview

The delegate of a TKInputView object must adopt the TKInputViewDelegate protocol.

Tasks

Instance Methods

inputView:didSelectKey:

When a key is tapped, this delegate method is invoked.

- (void)inputView:(TKInputView *)inputView didSelectKey:(TKInputKey *)key

Parameters

inputView

The input view.

key

The input key tapped. @return

Discussion

When a key is tapped, this delegate method is invoked.

Declared In

TKInputView.h