VODialogView

@interface VODialogView : UIView <VODialogViewProtocol>

+ (instancetype)vouchrDialogWithVouchrTheme:(VOTheme *)vouchrTheme;
- (void)keyboardWillShow:(NSNotification *)notification;
- (void)keyboardWillHide:(NSNotification *)notification;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (instancetype)vouchrDialogWithVouchrTheme:(VOTheme *)vouchrTheme;

    Swift

    class func vouchrDialog(withVouchrTheme vouchrTheme: VOTheme!) -> 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!)