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