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

Overview

TKDecimalInputWithNextKeyView is subclass TKDecimalInputView with a next key.

Tasks

Properties

Other Methods

Properties

nextKey

The next key.

@property (nonatomic, strong) TKInputKey *nextKey

Declared In

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