TKDecimalInputView Class Reference
| Inherits from | TKNumberInputView : TKInputView : UIView |
| Declared in | TKDecimalInputView.h TKDecimalInputView.m |
Instance 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