Constants

The following constants are available globally.

  • An exception thrown when an unimplemented feature is encountered at runtime.

    Declaration

    Objective-C

    extern NSString *const _Nonnull VSAlertControllerNotImplementedException
  • An exception thrown when a text field is added to an alert controller which doesn’t support text fields

    Declaration

    Objective-C

    extern NSString *const _Nonnull VSAlertControllerTextFieldInvalidException
  • An exception thrown when a view controller presentation animation fails

    Declaration

    Objective-C

    extern NSString *const _Nonnull VSAlertControllerPresentationAnimationException