SLKeyboardKey Class Reference
Inherits from | SLStaticElement : SLUIAElement : NSObject |
Declared in | SLKeyboard.h |
Tasks
-
+ elementWithAccessibilityLabel:
Creates and returns an element which represents the keyboard key with the specified label.
Class Methods
elementWithAccessibilityLabel:
Creates and returns an element which represents the keyboard key with the specified label.
+ (instancetype)elementWithAccessibilityLabel:(NSString *)label
Parameters
- label
The key’s accessibility label.
Return Value
A newly created element representing the keyboard key with the specified label.
Discussion
This is the designated initializer for a keyboard key.
Declared In
SLKeyboard.h