DXHintShowMode Enum
Lists all the actions which show an interactive hint.
Declaration
typedef NS_ENUM(NSUInteger, DXHintShowMode) {
DXHintShowModeDefault = 0,
DXHintShowModeOnTap = 1,
DXHintShowModeOnLongPress = 2,
}
Members
Name |
Description |
DXHintShowModeDefault |
The Hint's default behavior is to show a hint.
|
DXHintShowModeOnLongPress |
The hint is shown on a long press.
|
DXHintShowModeOnTap |
The hint is shown on a tap.
|