Cocoa/xibファイル
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Cocoa/xibファイル);
*目次 [#hb7f6458]
#contents
*関連ページ [#m565a708]
*参考情報 [#a4117929]
-[[viva Cocoa / Objective-C 入門:http://vivacocoa.jp/obje...
-[[osx - What is the File's Owner (in Interface builder)?...
*Xibファイルの構造 [#f9da8962]
-基本的にドラッグ&ドロップでGUIを構築するためのもの。
-Xcode 8.2でStoryboardなしでプロジェクトを作成した場合Mai...
-Main.xibの構造は以下の通り。
--Placeholders
---File’s Owner: ClassとしてNSApplicationが設定されている。
---First Responder
---Application
--Objects
---Delegate: ClassとしてAppDelegateが設定されている。Refe...
---Font Manager
---Main Menu
-File's Ownerはxibを読み込んだオブジェクトが設定される。...
終了行:
&tag(Cocoa/xibファイル);
*目次 [#hb7f6458]
#contents
*関連ページ [#m565a708]
*参考情報 [#a4117929]
-[[viva Cocoa / Objective-C 入門:http://vivacocoa.jp/obje...
-[[osx - What is the File's Owner (in Interface builder)?...
*Xibファイルの構造 [#f9da8962]
-基本的にドラッグ&ドロップでGUIを構築するためのもの。
-Xcode 8.2でStoryboardなしでプロジェクトを作成した場合Mai...
-Main.xibの構造は以下の通り。
--Placeholders
---File’s Owner: ClassとしてNSApplicationが設定されている。
---First Responder
---Application
--Objects
---Delegate: ClassとしてAppDelegateが設定されている。Refe...
---Font Manager
---Main Menu
-File's Ownerはxibを読み込んだオブジェクトが設定される。...
ページ名: