RBManagedFormValidationViewType Constants Reference
Declared in | RBManagedFormSchema.h |
---|
RBManagedFormValidationViewType
The action that will be performed when the return button is tapped on the keyboard.
Definition
typedef NS_ENUM(NSInteger, RBManagedFormValidationViewType ) {
RBManagedFormValidationViewTypeNone = 0,
RBManagedFormValidationViewTypeTooltip,
RBManagedFormValidationViewTypeToast,
};
Constants
RBManagedFormValidationViewTypeNone
-
No view presented. Simply scrolls field into view.
Declared In
RBManagedFormSchema.h
. RBManagedFormValidationViewTypeTooltip
-
Displays a tooltip with the validation message.
Declared In
RBManagedFormSchema.h
. RBManagedFormValidationViewTypeToast
-
Displays a toast notification with the validation message.
Declared In
RBManagedFormSchema.h
.
Declared In
RBManagedFormSchema.h