Style

public enum Style

Styles indicating the type of NewYorkAlert to display.

  • An action sheet displayed in the context of the view controller that presented it.

    Declaration

    Swift

    case actionSheet
  • An alert displayed modally for the app.

    Declaration

    Swift

    case alert