VODialogView
@interface VODialogView : UIView <VODialogViewProtocol>
+ (instancetype)vouchrDialogWithVouchrTheme:(VOTheme *)vouchrTheme;
- (void)keyboardWillShow:(NSNotification *)notification;
- (void)keyboardWillHide:(NSNotification *)notification;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)keyboardWillShow:(NSNotification *)notification;
Swift
func keyboardWillShow(_ notification: Notification!)
-
Undocumented
Declaration
Objective-C
- (void)keyboardWillHide:(NSNotification *)notification;
Swift
func keyboardWillHide(_ notification: Notification!)