macOS/iOS API解説

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

目次

UIKit

setTitleColor:forState:

ボタンタイトルの色をセットします。 - (void)setTitleColor:(UIColor *)color forState:(UIControlState)state 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照

UILocalizedIndexedCollationクラス

INDEX>UIKit インデックスコレクションクラス apple 継承 NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 Available in iPhone OS 2.0 and later. 定義 UILocalizedIndexedCollation.h 解説 概要 …

UITableViewDataSourceプロトコル

INDEX>UIKit 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UITableView.h 概要 フレームワーク UIKit 参照 タスク テーブルビューの設定 – tableView:cellForRowAtIndexPath 必須メソッド – numberO…

UITextInputTraitsプロトコル

継承 UITextInputTraits 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UITextInputTraits.h 概要 フレームワーク UIKit 参照 タスク Managing the Keyboard Behavior autocapitalizationType requir…

UIDataDetectorTypes

自動リンクするデータタイプ 解説 UIDataDetectorTypePhoneNumber 電話番号 UIDataDetectorTypeLink リンク UIDataDetectorTypeNone リンクしない UIDataDetectorTypeAll すべて フレームワーク UIKit クラス UITextView Property 使用可能 iPhone3.0 参照 …

inputAccessoryView

解説 @property (readwrite, retain) UIView *inputAccessoryView フレームワーク UIKit クラス UITextView Property 使用可能 iPhone2.0 参照 例文

inputView

解説 @property (readwrite, retain) UIView *inputView フレームワーク UIKit クラス UITextView Property 使用可能 iPhone2.0 参照 例文

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以降 参照 例文

UIAlertViewDelegateプロトコル

INDEX>UIKit プロトコルの説明 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhone2.0以降 定義 UIAlertView.h 解説 概要 タスク アクションへの反応 – alertView:clickedButtonAtIndex 挙動のカスタマイズ – willPr…

UIAlertViewクラス

INDEX>UIKit クラスの説明 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhone2.0以降 定義 UIAlertView.h 解説 概要 タスク アラートビューを…

updateInterval

アップデートの間隔 @property(nonatomic) NSTimeInterval updateInterval 解説 フレームワーク UIKit クラス UIAccelerometer 使用可能 iPhone2.0 定義 UIAccelerometer.h 参照 例文

UIAccelerometer

INDEX>UIKit> 加速度センサー 継承 NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS2.0以降 定義 UIAccelerometer.h 概要 メソッドとプロパティ 共有加速度センサーオブジェクトを取得 + shared…

CGBlendMode

ブレンドモード enum CGBlendMode { kCGBlendModeNormal, kCGBlendModeMultiply, kCGBlendModeScreen, kCGBlendModeOverlay, kCGBlendModeDarken, kCGBlendModeLighten, kCGBlendModeColorDodge, kCGBlendModeColorBurn, kCGBlendModeSoftLight, kCGBlendMod…

UIBarButtonSystemItem

INDEX>UIKit>UIBarButtonItem バーボタンのシステムアイテム UIBarButtonSystemItem 解説 UIBarButtonSystemItemDone Done UIBarButtonSystemItemCancel キャンセル UIBarButtonSystemItemEdit 編集 UIBarButtonSystemItemSave 保存 UIBarButtonSystemItemAd…

customView

-()customView 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

width

-() width 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

possibleTitles

-()possibleTitles 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

style

-()style 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

action

@action 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

target

@target 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照