|
Samond Classes Library 1.1.6-RELEASE build 132
|
Additional functionality for class UIAlertView. More...
#import <SCAlertView.h>
Additional functionality for class UIAlertView.
Category SCAlertView extends functionality of standard Cocoa Touch class UIAlertView.
You can use category methods only in iPhoneOS/iOS applications. For MacOS applications see category NSAlert(SCAlert) .
This category was introduced in version 1.1.0.
Category declares the following properties:
| - (NSString *) className |
Returns the receiver's class name.
| + (void) debug: | (id) | object |
Displays an debug alert with the unformatted debug information.
| object | - debugged information |
| + (void) debug: | (id) | object | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the instance variable only if the specified condition flag is set to YES.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debug: | (id) | object | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about object instance.
| object | - debugged object instance |
| format | - format string |
| + (void) debug: | (id) | object | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the instance variable only if the specified condition flag is set to YES.
| object | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debug: | (id) | object | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the instance variable only if the specified condition flag is set to NO.
| object | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debug: | (id) | object | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the instance variable only if the specified condition flag is set to NO.
| object | - debugged variable |
| flag | - condition flag |
Displays the unformatted debug alert with the one of two debug information about the binary integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugBinWithCondition: | (BOOL) | flag | |
| yes: | (SCULong) | yes | |
| no: | (SCULong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the binary integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugBooleanWithCondition: | (BOOL) | flag | |
| yes: | (BOOL) | yes | |
| no: | (BOOL) | no | |
Displays the unformatted debug alert with the one of two debug information about the boolean variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugBooleanWithCondition: | (BOOL) | flag | |
| yes: | (BOOL) | yes | |
| no: | (BOOL) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the boolean variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugCharWithCondition: | (BOOL) | flag | |
| yes: | (const char *) | yes | |
| no: | (const char *) | no | |
Displays the unformatted debug alert with the one of two debug information about the char string variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugCharWithCondition: | (BOOL) | flag | |
| yes: | (const char *) | yes | |
| no: | (const char *) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the char string variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the decimal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugDecWithCondition: | (BOOL) | flag | |
| yes: | (SCULong) | yes | |
| no: | (SCULong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the decimal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the double variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugDoubleWithCondition: | (BOOL) | flag | |
| yes: | (SCDouble) | yes | |
| no: | (SCDouble) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the double variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the hexadecimal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugHexWithCondition: | (BOOL) | flag | |
| yes: | (SCULong) | yes | |
| no: | (SCULong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the hexadecimal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugIDWithCondition: | (BOOL) | flag | |
| yes: | (id) | yes | |
| no: | (id) | no | |
Displays the unformatted debug alert with the one of two debug information about the instance variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugIDWithCondition: | (BOOL) | flag | |
| yes: | (id) | yes | |
| no: | (id) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the instance variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugIntegerWithCondition: | (BOOL) | flag | |
| yes: | (SCInteger) | yes | |
| no: | (SCInteger) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugLongWithCondition: | (BOOL) | flag | |
| yes: | (SCULong) | yes | |
| no: | (SCULong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the octal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugOctWithCondition: | (BOOL) | flag | |
| yes: | (SCULong) | yes | |
| no: | (SCULong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the octal integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugPointerWithCondition: | (BOOL) | flag | |
| yes: | (void *) | yes | |
| no: | (void *) | no | |
Displays the unformatted debug alert with the one of two debug information about the pointer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugPointerWithCondition: | (BOOL) | flag | |
| yes: | (void *) | yes | |
| no: | (void *) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the pointer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the signed 32-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugSignedIntegerWithCondition: | (BOOL) | flag | |
| yes: | (SCInteger) | yes | |
| no: | (SCInteger) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the signed 32-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
Displays the unformatted debug alert with the one of two debug information about the signed 64-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugSignedLongWithCondition: | (BOOL) | flag | |
| yes: | (SCLong) | yes | |
| no: | (SCLong) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the signed 64-bit integer variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugStringWithCondition: | (BOOL) | flag | |
| yes: | (NSString *) | yes | |
| no: | (NSString *) | no | |
Displays the unformatted debug alert with the one of two debug information about the string variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugStringWithCondition: | (BOOL) | flag | |
| yes: | (NSString *) | yes | |
| no: | (NSString *) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the string variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugUnicharWithCondition: | (BOOL) | flag | |
| yes: | (unichar) | yes | |
| no: | (unichar) | no | |
Displays the unformatted debug alert with the one of two debug information about the unichar variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugUnicharWithCondition: | (BOOL) | flag | |
| yes: | (unichar) | yes | |
| no: | (unichar) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the unichar variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugWithBin: | (SCULong) | longint |
Displays an debug alert with the unformatted information about binary 64-bit integer variable.
| longint | - debugged binary 64-bit integer variable |
| + (void) debugWithBin: | (SCULong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the binary integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBin: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about binary 64-bit integer variable.
| longint | - debugged binary 64-bit integer variable |
| format | - format string |
| + (void) debugWithBin: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the binary integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithBin: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the binary integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithBin: | (SCULong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the binary integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean |
Displays an debug alert with the unformatted information about boolean variable.
| boolean | - debugged boolean variable |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the boolean variable only if the specified condition flag is set to YES.
| boolean | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about boolean variable.
| boolean | - debugged boolean variable |
| format | - format string |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the boolean variable only if the specified condition flag is set to YES.
| boolean | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the boolean variable only if the specified condition flag is set to NO.
| boolean | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the boolean variable only if the specified condition flag is set to NO.
| boolean | - debugged variable |
| flag | - condition flag |
| + (void) debugWithChar: | (const char *) | string |
Displays an debug alert with the unformatted information about the char string variable.
| string | - debugged variable |
| + (void) debugWithChar: | (const char *) | string | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the char string variable only if the specified condition flag is set to YES.
| string | - debugged varianle |
| flag | - condition flag |
| + (void) debugWithChar: | (const char *) | string | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about char string variable.
| string | - debugged variable |
| format | - format string |
| + (void) debugWithChar: | (const char *) | string | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the char string variable only if the specified condition flag is set to YES.
| string | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithChar: | (const char *) | string | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the char string variable only if the specified condition flag is set to NO.
| string | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithChar: | (const char *) | string | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the char string variable only if the specified condition flag is set to NO.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithCondition: | (BOOL) | flag | |
| yes: | (id) | yes | |
| no: | (id) | no | |
Displays the unformatted debug alert with the one of two debug information about the instance variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| + (void) debugWithCondition: | (BOOL) | flag | |
| yes: | (id) | yes | |
| no: | (id) | no | |
| format: | (NSString *) | format | |
Displays the unformatted debug alert with the one of two debug information about the instance variables depending on the specified condition flag value.
| flag | - condition flag |
| yes | - sended information if condition flag is set to YES |
| no | - sended information if condition flag is set to NO |
| format | - format string |
| + (void) debugWithDec: | (SCULong) | longint |
Displays an debug alert with the unformatted information about decimal 64-bit integer variable.
| longint | - debugged decimal 64-bit integer variable |
| + (void) debugWithDec: | (SCULong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the decimal integer variable only if the specified condition flag is set to YES.
| longint | - debugged varianle |
| flag | - condition flag |
| + (void) debugWithDec: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about decimal 64-bit integer variable.
| longint | - debugged decimal 64-bit integer variable |
| format | - format string |
| + (void) debugWithDec: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the decimal integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithDec: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the decimal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithDec: | (SCULong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the decimal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl |
Displays an debug alert with the unformatted information about double variable.
| dbl | - debugged double variable |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the double variable only if the specified condition flag is set to YES.
| dbl | - debugged variable |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about double variable.
| dbl | - debugged double variable |
| format | - format string |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the double variable only if the specified condition flag is set to YES.
| dbl | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the double variable only if the specified condition flag is set to NO.
| dbl | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the double variable only if the specified condition flag is set to NO.
| dbl | - debugged variable |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint |
Displays an debug alert with the unformatted information about hexadecimal 64-bit integer variable.
| longint | - debugged hexadecimal 64-bit integer variable |
| + (void) debugWithHex: | (SCULong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the hexadecimal integer variable only if the specified condition flag is set to YES.
| longint | - debugged varianle |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about hexadecimal 64-bit integer variable.
| longint | - debugged hexadecimal 64-bit integer variable |
| format | - format string |
| + (void) debugWithHex: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the hexadecimal integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the hexadecimal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the hexadecimal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object |
Displays an debug alert with the unformatted information about object instance.
| object | - debugged object instance |
| + (void) debugWithID: | (id) | object | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the instance variable only if the specified condition flag is set to YES.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about object instance.
| object | - debugged object instance |
| format | - format string |
| + (void) debugWithID: | (id) | object | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the instance variable only if the specified condition flag is set to YES.
| object | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the instance variable only if the specified condition flag is set to NO.
| object | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the instance variable only if the specified condition flag is set to NO.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debugWithInteger: | (SCInteger) | integer |
Displays an debug alert with the unformatted information about integer variable.
| integer | - debugged integer variable |
| + (void) debugWithInteger: | (SCInteger) | integer | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unsigned 32-bit integer variable only if the specified condition flag is set to YES.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about unsigned integer variable.
| integer | - debugged unsigned integer variable |
| format | - format string |
| + (void) debugWithInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unsigned 32-bit integer variable only if the specified condition flag is set to YES.
| integer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unsigned 32-bit integer variable only if the specified condition flag is set to NO.
| integer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithInteger: | (SCInteger) | integer | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unsigned 32-bit integer variable only if the specified condition flag is set to NO.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithLong: | (SCULong) | longint |
Displays an debug alert with the unformatted information about 64-bit integer variable.
| longint | - debugged 64-bit integer variable |
| + (void) debugWithLong: | (SCULong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unsigned 64-bit integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithLong: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about unsigned 64-bit integer variable.
| longint | - debugged unsigned 64-bit integer variable |
| format | - format string |
| + (void) debugWithLong: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unsigned 64-bit integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithLong: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unsigned 64-bit integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithLong: | (SCULong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unsigned 64-bit integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint |
Displays an debug alert with the unformatted information about octal 64-bit integer variable.
| longint | - debugged octal 64-bit integer variable |
| + (void) debugWithOct: | (SCULong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the octal integer variable only if the specified condition flag is set to YES.
| longint | - debugged varianle |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about octal 64-bit integer variable.
| longint | - debugged octal 64-bit integer variable |
| format | - format string |
| + (void) debugWithOct: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the octal integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the octal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the octal integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer |
Displays an debug alert with the unformatted information about pointer.
| pointer | - debugged pointer |
| + (void) debugWithPointer: | (void *) | pointer | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the pointer variable only if the specified condition flag is set to YES.
| pointer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about pointer.
| pointer | - debugged pointer |
| format | - format string |
| + (void) debugWithPointer: | (void *) | pointer | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the pointer variable only if the specified condition flag is set to YES.
| pointer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the pointer variable only if the specified condition flag is set to NO.
| pointer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the pointer variable only if the specified condition flag is set to NO.
| pointer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedInteger: | (SCInteger) | integer |
Displays an debug alert with the unformatted information about signed integer variable.
| integer | - debugged signed integer variable |
| + (void) debugWithSignedInteger: | (SCInteger) | integer | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the signed 64-bit integer variable only if the specified condition flag is set to YES.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about signed integer variable.
| integer | - debugged signed integer variable |
| format | - format string |
| + (void) debugWithSignedInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the signed 32-bit integer variable only if the specified condition flag is set to YES.
| integer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithSignedInteger: | (SCInteger) | integer | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the signed 32-bit integer variable only if the specified condition flag is set to NO.
| integer | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithSignedInteger: | (SCInteger) | integer | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the signed 32-bit integer variable only if the specified condition flag is set to NO.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedLong: | (SCLong) | longint |
Displays an debug alert with the unformatted information about 64-bit signed integer variable.
| longint | - debugged 64-bit signed integer variable |
| + (void) debugWithSignedLong: | (SCLong) | longint | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the signed 64-bit integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedLong: | (SCLong) | longint | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about signed 64-bit integer variable.
| longint | - debugged signed 64-bit integer variable |
| format | - format string |
| + (void) debugWithSignedLong: | (SCLong) | longint | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the signed 64-bit integer variable only if the specified condition flag is set to YES.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithSignedLong: | (SCLong) | longint | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the signed 64-bit integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithSignedLong: | (SCLong) | longint | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the signed 64-bit integer variable only if the specified condition flag is set to NO.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string |
Displays an debug alert with the unformatted information about string.
| string | - debugged string |
| + (void) debugWithString: | (NSString *) | string | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the string variable only if the specified condition flag is set to YES.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about string.
| string | - debugged string |
| format | - format string |
| + (void) debugWithString: | (NSString *) | string | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the string variable only if the specified condition flag is set to YES.
| string | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the string variable only if the specified condition flag is set to NO.
| string | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the string variable only if the specified condition flag is set to NO.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr |
Displays an debug alert with the unformatted information about the unichar variable.
| chr | - debugged variable |
| + (void) debugWithUnichar: | (unichar) | chr | |
| condition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unichar variable only if the specified condition flag is set to YES.
| chr | - debugged varianle |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr | |
| format: | (NSString *) | format | |
Displays an debug alert with the formatted information about unichar variable.
| chr | - debugged variable |
| format | - format string |
| + (void) debugWithUnichar: | (unichar) | chr | |
| format: | (NSString *) | format | |
| condition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unichar variable only if the specified condition flag is set to YES.
| chr | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr | |
| format: | (NSString *) | format | |
| uncondition: | (BOOL) | flag | |
Displays the formatted debug alert with the information about the unichar variable only if the specified condition flag is set to NO.
| chr | - debugged variable |
| format | - format string |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr | |
| uncondition: | (BOOL) | flag | |
Displays the unformatted debug alert with the information about the unichar variable only if the specified condition flag is set to NO.
| chr | - debugged variable |
| flag | - condition flag |
| - (id) initWithError: | (NSString *) | error |
Initializes the error alert view using the specified error message.
| error | - descriptive error message |
| - (id) initWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
Initializes the error alert view using the specified error message and confirm button title.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| - (id) initWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the error alert view using the specified error message and confirm and cancel buttons titles.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Initializes the error alert view using the specified error message and receiver's delegate object.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| - (id) initWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Initializes the error alert view using the specified error message, receiver's delegate object and confirm buttons titles.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| - (id) initWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the error alert view using the specified error message, receiver's delegate object, confirm and cancel buttons titles.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithMessage: | (NSString *) | message |
Initializes the information alert view using the specified message text.
| message | - descriptive message text |
| - (id) initWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Initializes the information alert view using the specified message text and confirm button title.
| message | - descriptive message text |
| confirm | - the title of confirm button |
| - (id) initWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the information alert view using the specified message text and confirm and cancel buttons titles.
| message | - descriptive message text |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Initializes the information alert view using the specified message text and receiver's delegate object.
| message | - descriptive message text |
| delegate | - the receiver's delegate object |
| - (id) initWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Initializes the information alert view using the specified message text, receiver's delegate object and confirm button title.
| message | - descriptive message text |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| - (id) initWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the information alert view using the specified message text, receiver's delegate object and confirm and cancel buttons titles.
| message | - descriptive message text |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
Initializes the alert view using the specified view title and message text.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Initializes the alert view using the specified view title, message text and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the alert view using the specified view title, message text, confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Initializes the alert view using the specified view title, message text and receiver's delegate object.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Initializes the alert view using the specified view title, message text, receiver's delegate object and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| - (id) initWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the alert view using the specified view title, message text, receiver's delegate object, confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithWarning: | (NSString *) | warning |
Inititalizes the warning alert view using the specified warning message.
| warning | - descriptive warning message |
| - (id) initWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
Initializes the warning alert view using the specified warning message and confirm button title.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| - (id) initWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the warning alert view using the specified warning message and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| - (id) initWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Initializes the warning alert view using the specified warning message and receiver's delegate object.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| - (id) initWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Initializes the warning alert view using the specified warning message, receiver's delegate object and confirm button title.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| - (id) initWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Initializes the warning alert view using the specified warning message, receiver's delegate object and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithError: | (NSString *) | error |
Displays an error alert view with the specified error message.
| error | - descriptive error message |
| + (void) showWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
Displays an error alert view with the specified error message and confirm button title.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| + (void) showWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an error alert view with the specified error message and confirm and cancel buttons titles.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Displays an error alert view with the specified error message and receiver's delegate object.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| + (void) showWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Displays an error alert view with the specified error message, receiver's delegate object and confirm button title.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (void) showWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an error alert view with the specified error message, receiver's delegate object and confirm and cancel buttons titles.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithMessage: | (NSString *) | message |
Displays an information alert view with the specified information message.
| message | - descriptive information message |
| + (void) showWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Displays an information alert view with the specified information message and confirm button title.
| message | - descriptive information message |
| confirm | - the title of confirm button |
| + (void) showWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an information alert view with the specified information message and confirm and cancel buttons titles.
| message | - descriptive information message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Displays an information alert view with the specified information message and receiver's delegate object.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| + (void) showWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Displays an information alert view with the specified information message, receiver's delegate object and confirm button title.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (void) showWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an information alert view with the specified information message, receiver's delegate object and confirm and cancel buttons titles.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
Displays an alert view with the specified view title and message text.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Displays an alert view with the specified view title, message text and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an alert view with the specified view title, message text and confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Displays an alert view with the specified view title, message text and receiver's delegate object.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Displays an alert view with the specified view title, message text, receiver's delegate object and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (void) showWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an alert view with the specified view title, message text, receiver's delegate object, confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithWarning: | (NSString *) | warning |
Displays an warning alert view this the specified warning message.
| warning | - descriptive warning message |
| + (void) showWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
Displays an warning alert view with the specified warning message and confirm button title.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| + (void) showWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an warning alert view with the specified warning message and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (void) showWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Displays an warning alert view with the specified warning message and receiver's delegate object.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| + (void) showWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Displays an warning alert view with the specified warning message, receiver's delegate object and confirm button title.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (void) showWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Displays an warning alert view with the specified warning message, receiver's delegate object and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithError: | (NSString *) | error |
Returns an error alert view created by using the specified error message.
| error | - descriptive error message |
| + (UIAlertView *) viewWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
Returns an error alert view created by using the specified error message and confirm button title.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithError: | (NSString *) | error | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an error alert view created by using the specified error message and confirm and cancel buttons titles.
| error | - descriptive error message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Returns an error alert view created by using the specified error message and receiver's delegate object.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| + (UIAlertView *) viewWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Returns an error alert view created by using the specified error message, receiver's delegate object and confirm button title.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithError: | (NSString *) | error | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an error alert view created by using the specified error message, receiver's delegate object and confirm and cancel buttons titles.
| error | - descriptive error message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message |
Returns an information alert view created by using the specified information message.
| message | - descriptive information message |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Returns an information alert view created by using the specified informaiton message and confirm button title.
| message | - descriptive information message |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an information alert view created by using the specified information message and confirm and cancel buttons titles.
| message | - descriptive information message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Returns an information alert view created by using the specified information message and receiver's delegate object.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Returns an information alert view created by using the specified information message, receiver's delegate object and confirm button title.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithMessage: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an information alert view created by using the specified information message, receiver's delegate object and confirm and cancel buttons titles.
| message | - descriptive information message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
Returns an alert view created by using the specified view title and message text.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
Returns an alert view created by using the specified view title, message text and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an alert view created by using the specified view title, message text and confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Returns an alert view created by using the specified view title, message text and receiver's delegate object.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Returns an alert view created by using the specified view title, message text, receiver's delegate and confirm button title.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an alert view created by using the specified view title, message text, receiver's delegate object, confirm and cancel buttons titles.
| title | - the string that appears in the receiver's title bar |
| message | - descriptive text that provides more details than the title |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning |
Returns an warning alert view created by using the specified warning message.
| warning | - descriptive warning message |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
Returns an warning alert view created by using the specified warning message and confirm button title.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an warning alert view created by using the specified warning message and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
Returns an warning alert view created by using the specified warning message and receiver's delegate object.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
Returns an warning alert view created by using the specified warning message, receiver's delegate object and confirm button title.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| + (UIAlertView *) viewWithWarning: | (NSString *) | warning | |
| delegate: | (id<UIAlertViewDelegate>) | delegate | |
| confirm: | (NSString *) | confirm | |
| cancel: | (NSString *) | cancel | |
Returns an warning alert view created by using the specified warning message, receiver's delegate object and confirm and cancel buttons titles.
| warning | - descriptive warning message |
| delegate | - the receiver's delegate object |
| confirm | - the title of confirm button |
| cancel | - the title of cancel button |
1.7.3