VouchrDialogView
@interface VouchrDialogView : UIView <VouchrDialogViewProtocol>
+ (instancetype)vouchrDialogWithVouchrTheme:(VouchrTheme *)vouchrTheme;
- (void)keyboardWillShow:(NSNotification *)notification;
- (void)keyboardWillHide:(NSNotification *)notification;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (instancetype)vouchrDialogWithVouchrTheme:(VouchrTheme *)vouchrTheme;
Swift
class func vouchrDialog(with vouchrTheme: VouchrTheme!) -> Self!
-
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!)