Declared in UIAlertView+TKCategory.h

Overview

Additional functionality for UIAlertView.

Tasks

Class Methods

showAlertViewWithTitle:message:dismiss:

Creates, shows and returns a UIAlertView using with a button with the specified properties.

+ (UIAlertView *)showAlertViewWithTitle:(NSString *)title message:(NSString *)message dismiss:(NSString *)dismiss

Parameters

title

The title of the alert view.

message

The message of the alert view.

dismiss

The cancel button title.

Return Value

The UIAlertView object.

Discussion

Creates, shows and returns a UIAlertView using with a button with the specified properties.

Declared In

UIAlertView+TKCategory.h