macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIActionSheet

initWithTitle:delegate:cancelButtonTitle:destructiveButtonTitle:otherButtonTitles:

INDEX>UIKit>UIActionSheet モーダルビューを初期化するのに便利なメソッド - (id)initWithTitle:(NSString *)title delegate:(id < UIModalViewDelegate >)delegate cancelButtonTitle:(NSString *)cancelButtonTitle destructiveButtonTitle:(NSString *)d…

UIActionSheetクラス

INDEX>UIKit> アクションシートクラス 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS2.0 定義 UIAlert.h 概要 タスク アクションシートを作る…

showFromTabBar:

INDEX>UIKit>UIActionSheet - (void)showFromTabBar:(UITabBar *)view 解説 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

dismissWithClickedButtonIndex:animated:

INDEX>UIKit>UIActionSheet - (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

firstOtherButtonIndex

INDEX>UIKit>UIActionSheet @property(nonatomic, readonly) NSInteger firstOtherButtonIndex 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

destructiveButtonIndex

INDEX>UIKit>UIActionSheet @property(nonatomic) NSInteger destructiveButtonIndex 解説 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

-buttonTitleAtIndex:

INDEX>UIKit>UIActionSheet - (NSString *)buttonTitleAtIndex:(NSInteger)buttonIndex 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

addButtonWithTitle:

INDEX>UIKit>UIActionSheet - (NSInteger)addButtonWithTitle:(NSString *)title 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

numberOfButtons

INDEX>UIKit>UIActionSheet @property(nonatomic, readonly) NSInteger numberOfButtons 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

visible

INDEX>UIKit>UIActionSheet @property(nonatomic, readonly, getter=isVisible) BOOL visible 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

title

INDEX>UIKit>UIActionSheet @property(nonatomic, copy) NSString *title 解説 返り値 引数 フレームワーク UIKit クラス UIActionSheet 使用可能 iPhone2.0 参照

delegate

INDEX>UIKit>UIActionSheet デリゲート @property(nonatomic, assign) id<UIActionSheetDelegate> delegate 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照</uiactionsheetdelegate>

actionSheetStyle

INDEX>UIKit>UIActionSheet アクションシートのスタイル @property(nonatomic) UIActionSheetStyle actionSheetStyle 解説 表示する文字列 フレームワーク UIKit クラス UIActionSheet property 使用可能 iPhone OS 2.0以降 参照 例文

cancelButtonIndex

INDEX>UIKit>UIActionSheet キャンセルボタンの数 @property(nonatomic) NSInteger cancelButtonIndex 解説 キャンセルボタンの数 0から始まる。 もし-1ならインデックスはセットされない。 フレームワーク UIKit クラス UIActionSheet property 使用可能 iP…

showInView:

INDEX>UIKit>UIActionSheet 指定したビューからレシーバーをアニメーションを使って表示する - (void)showInView:(UIView *)view フレームワーク UIKit クラス UIActionSheet 返り値 id UIActionSheetまたはUIActionSheetのサブクラスの新しく初期化されたイ…

showFromToolbar:

INDEX>UIKit>UIActionSheet 指定したツールバーからアニメーションを使って表示します - (void)showFromToolbar:(UIToolbar *)toolbar フレームワーク UIKit クラス UIActionSheet 返り値 id UIActionSheetまたはUIActionSheetのサブクラスの新しく初期化さ…