Inherits from TKInputView : UIView
Declared in TKNumberInputView.h
TKNumberInputView.m

Overview

TKNumberInputView is subclass TKInputView with a number pad.

Tasks

Properties

Other Methods

Properties

eightKey

Eight key.

@property (nonatomic, strong) TKInputKey *eightKey

Declared In

TKNumberInputView.h

fiveKey

Five key.

@property (nonatomic, strong) TKInputKey *fiveKey

Declared In

TKNumberInputView.h

fourKey

Four key.

@property (nonatomic, strong) TKInputKey *fourKey

Declared In

TKNumberInputView.h

keypadKeys

Zero key.

@property (nonatomic, readonly, copy) NSArray *keypadKeys

Return Value

An array of all the number keys.

Declared In

TKNumberInputView.h

nineKey

Nine key.

@property (nonatomic, strong) TKInputKey *nineKey

Declared In

TKNumberInputView.h

oneKey

One key.

@property (nonatomic, strong) TKInputKey *oneKey

Declared In

TKNumberInputView.h

sevenKey

Seven key.

@property (nonatomic, strong) TKInputKey *sevenKey

Declared In

TKNumberInputView.h

sixKey

Six key.

@property (nonatomic, strong) TKInputKey *sixKey

Declared In

TKNumberInputView.h

threeKey

Three key.

@property (nonatomic, strong) TKInputKey *threeKey

Declared In

TKNumberInputView.h

twoKey

Two key.

@property (nonatomic, strong) TKInputKey *twoKey

Declared In

TKNumberInputView.h

zeroKey

Zero key.

@property (nonatomic, strong) TKInputKey *zeroKey

Declared In

TKNumberInputView.h

Instance Methods

initWithFrame:withKeysModels:

Initializes an input view. Invoke this method for subclasses.

- (instancetype)initWithFrame:(CGRect)frame withKeysModels:(NSArray *)keys

Parameters

frame

The frame of the UIView.

keys

The keys included on the view.

Return Value

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

Declared In

TKInputView.h