Declared in UIActionSheet+TKCategory.h

Overview

Additional functionality for UIActionSheet.

Tasks

Class Methods

sheetWithDelegate:

Creates and returns a UIActionSheet with the delegate.

+ (UIActionSheet *)sheetWithDelegate:(id<UIActionSheetDelegate>)delegate

Parameters

delegate

The delegate for the sheet.

Return Value

The UIActionSheet object.

Discussion

Creates and returns a UIActionSheet with the delegate.

Declared In

UIActionSheet+TKCategory.h