UIActionSheet
INDEX>UIKit>UIActionSheet モーダルビューを初期化するのに便利なメソッド - (id)initWithTitle:(NSString *)title delegate:(id < UIModalViewDelegate >)delegate cancelButtonTitle:(NSString *)cancelButtonTitle destructiveButtonTitle:(NSString *)d…
INDEX>UIKit> アクションシートクラス 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS2.0 定義 UIAlert.h 概要 タスク アクションシートを作る…
INDEX>UIKit>UIActionSheet - (void)showFromTabBar:(UITabBar *)view 解説 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet - (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet @property(nonatomic, readonly) NSInteger firstOtherButtonIndex 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet @property(nonatomic) NSInteger destructiveButtonIndex 解説 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet - (NSString *)buttonTitleAtIndex:(NSInteger)buttonIndex 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet - (NSInteger)addButtonWithTitle:(NSString *)title 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet @property(nonatomic, readonly) NSInteger numberOfButtons 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet @property(nonatomic, readonly, getter=isVisible) BOOL visible 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet @property(nonatomic, copy) NSString *title 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照
INDEX>UIKit>UIActionSheet デリゲート @property(nonatomic, assign) id<UIActionSheetDelegate> delegate 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照</uiactionsheetdelegate>
INDEX>UIKit>UIActionSheet アクションシートのスタイル @property(nonatomic) UIActionSheetStyle actionSheetStyle 解説 表示する文字列 フレームワーク UIKit クラス UIActionSheet property 使用可能 iPhone OS 2.0以降 参照 例文
INDEX>UIKit>UIActionSheet キャンセルボタンの数 @property(nonatomic) NSInteger cancelButtonIndex 解説 キャンセルボタンの数 0から始まる。 もし-1ならインデックスはセットされない。 フレームワーク UIKit クラス UIActionSheet property 使用可能 iP…
INDEX>UIKit>UIActionSheet 指定したビューからレシーバーをアニメーションを使って表示する - (void)showInView:(UIView *)view フレームワーク UIKit クラス UIActionSheet 返り値 id UIActionSheetまたはUIActionSheetのサブクラスの新しく初期化されたイ…
INDEX>UIKit>UIActionSheet 指定したツールバーからアニメーションを使って表示します - (void)showFromToolbar:(UIToolbar *)toolbar フレームワーク UIKit クラス UIActionSheet 返り値 id UIActionSheetまたはUIActionSheetのサブクラスの新しく初期化さ…