指定したビューからレシーバーをアニメーションを使って表示する
- (void)showInView:(UIView *)view
フレームワーク
UIKit
クラス
UIActionSheet
返り値
id UIActionSheetまたはUIActionSheetのサブクラスの新しく初期化されたインスタンス
パラメータ
view
例文
UIActionSheet *aSheet = [[UIActionSheet alloc] initWithTitle:@"title" delegate: self cancelButtonTitle:@"cancelButtonTitle" destructiveButtonTitle:@"destructiveButtonTitle" otherButtonTitles:@"otherButtonTitles",nil];
説明
使用可能
iPhone OS 2.0 以降.
参照先
– showFromToolbar:
定義
UIAlert.h