Declared in UIActionSheet+TKCategory.h
UIActionSheet+TKCategory.m

Overview

Additional functionality for UIActionSheet.

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.

Declared In

UIActionSheet+TKCategory.h