Declared in UIAlertView+TKCategory.h
UIAlertView+TKCategory.m

Overview

Additional functionality for UIAlertView.

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.

Declared In

UIAlertView+TKCategory.h