Inherits from TKInputView : UIView
Declared in TKNumberInputView.h

Overview

TKNumberInputView is subclass TKInputView with a number pad.

Tasks

Other Methods

Properties

Properties

eightKey

Eight key.

@property (nonatomic, strong) TKInputKey *eightKey

Discussion

Eight key.

Declared In

TKNumberInputView.h

fiveKey

Five key.

@property (nonatomic, strong) TKInputKey *fiveKey

Discussion

Five key.

Declared In

TKNumberInputView.h

fourKey

Four key.

@property (nonatomic, strong) TKInputKey *fourKey

Discussion

Four key.

Declared In

TKNumberInputView.h

nineKey

Nine key.

@property (nonatomic, strong) TKInputKey *nineKey

Discussion

Nine key.

Declared In

TKNumberInputView.h

oneKey

One key.

@property (nonatomic, strong) TKInputKey *oneKey

Discussion

One key.

Declared In

TKNumberInputView.h

sevenKey

Seven key.

@property (nonatomic, strong) TKInputKey *sevenKey

Discussion

Seven key.

Declared In

TKNumberInputView.h

sixKey

Six key.

@property (nonatomic, strong) TKInputKey *sixKey

Discussion

Six key.

Declared In

TKNumberInputView.h

threeKey

Three key.

@property (nonatomic, strong) TKInputKey *threeKey

Discussion

Three key.

Declared In

TKNumberInputView.h

twoKey

Two key.

@property (nonatomic, strong) TKInputKey *twoKey

Discussion

Two key.

Declared In

TKNumberInputView.h

zeroKey

Zero key.

@property (nonatomic, strong) TKInputKey *zeroKey

Discussion

Zero key.

Declared In

TKNumberInputView.h

Instance Methods

initWithFrame:withKeysModels:keypadFrame:

Initializes an number pad input view.

- (id)initWithFrame:(CGRect)frame withKeysModels:(NSArray *)keys keypadFrame:(CGRect)padFrame

Parameters

frame

The frame of the UIView.

keys

The keys included on the view.

padFrame

The frame of the number pad.

Return Value

An initialized TKInputView object or nil if the object couldn’t be created.

Discussion

Initializes an number pad input view.

Declared In

TKNumberInputView.h

keypadKeys

Zero key.

- (NSArray *)keypadKeys

Return Value

An array of all the number keys.

Discussion

Zero key.

Declared In

TKNumberInputView.h