The CJGuestCallKeypadView custom view.
More...
#import <CJGuestCallKeypadView.h>
Inherits UIView.
Returns the keypad size.
- Returns
- CGSize(CGFloat width, CGFloat height)
- (id) initWithOrigin: |
|
(CGPoint) |
origin |
|
Initializes the view at the origin coordinates.
The view is fixed to a specific size. Attempting to create or re-set the view to a different size may result in undesired behavior.
- Parameters
-
origin | The x/y coordinates to present the view. |
Helper method to provide the string representation of the CJGuestCallKeypadButtonType.
- Parameters
-
- Returns
- NSString String representation of the button type.
Controls whether the keypad view will play a tone with each keypad button press.
- true(default) - Play tones with each keypad button press.
- false - Do not play tones with each keypad button press.