macOS/iOS API解説

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

目次

UIViewController

tabBarItem

解説 @property(nonatomic, retain) UITabBarItem *tabBarItem 返り値 引数 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

tabBarController

解説 @property(nonatomic, readonly, retain) UITabBarController *tabBarController 返り値 引数 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

searchDisplayController

解説 @property(nonatomic, readonly, retain) UISearchDisplayController *searchDisplayController 返り値 引数 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone3.0 参照 例文

parentViewController

プロパティ 親ビューコントローラー 解説 @property(nonatomic, readonly) UIViewController *parentViewController フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

nibName

プロパティ 使用しているNIBファイルの名前 解説 @property(nonatomic,readonly, copy) NSString *nibName 返り値 引数 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

nibBundle

プロパティ 使用しているNIBバンドル 解説 @property(nonatomic,readonly, retain) NSBundle *nibBundle フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

navigationItem

ナビゲーションコントローラーの項目 解説 @property(nonatomic, readonly, retain) UINavigationItem *navigationItem フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

navigationController

解説 @property(nonatomic, readonly, retain) UINavigationController *navigationController 返り値 引数 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

modalViewController

モーダルビューコントローラーを返します。 解説 @property(nonatomic, readonly) UIViewController *modalViewController モーダルビューが表示されているときに参照することができる。 返り値 引数 フレームワーク UIKit クラス UIViewController Property…

解説 @property (nonatomic,assign) UIModalTransitionStyle modalTransitionStyle 返り値 引数 フレームワーク UIKit クラス UIViewController Instance Methods 使用可能 iPhone3.0 参照

interfaceOrientation

プロパティ インターフェースの向き 解説 @property(nonatomic, readonly) UIInterfaceOrientation interfaceOrientation フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

hidesBottomBarWhenPushed

ツールバーを表示しない @property(nonatomic) BOOL hidesBottomBarWhenPushed 解説 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文

editing

プロパティ 現在編集中かどうか 解説 @property(nonatomic, getter=isEditing) BOOL editing ビューの内容を現在編集中かどうかを返します。 フレームワーク UIKit クラス UIViewController Property 使用可能 iPhone2.0 参照 例文