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

Overview

TKDecimalInputView is subclass TKNumberInputView with a decimal key.

Tasks

Properties

Other Methods

Properties

decimalKey

Decimal key.

@property (nonatomic, strong) TKInputKey *decimalKey

Declared In

TKDecimalInputView.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

keypadKeys

Zero key.

- (NSArray *)keypadKeys

Return Value

An array of all the number keys.

Declared In

TKNumberInputView.h