TKNumberInputView Class Reference
| Inherits from | TKInputView : UIView |
| Declared in | TKNumberInputView.h TKNumberInputView.m |
Tasks
Properties
-
oneKeyproperty -
twoKeyproperty -
threeKeyproperty -
fourKeyproperty -
fiveKeyproperty -
sixKeyproperty -
sevenKeyproperty -
eightKeyproperty -
nineKeyproperty -
zeroKeyproperty -
keypadKeysproperty
Other Methods
Properties
eightKey
Eight key.
@property (nonatomic, strong) TKInputKey *eightKeyDeclared In
TKNumberInputView.hkeypadKeys
Zero key.
@property (nonatomic, readonly, copy) NSArray *keypadKeysReturn Value
An array of all the number keys.
Declared In
TKNumberInputView.hsevenKey
Seven key.
@property (nonatomic, strong) TKInputKey *sevenKeyDeclared In
TKNumberInputView.hInstance Methods
initWithFrame:withKeysModels:
Initializes an input view. Invoke this method for subclasses.
- (instancetype)initWithFrame:(CGRect)frame withKeysModels:(NSArray *)keysParameters
- 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