macOS/iOS API解説

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

目次

NSBundle UIKit Additions

NSBundle UIKit Additions

INDEX>UIKit>NSBundle UIKit AdditionsクラスCrumpler バンドルM ブラック BD-02-03A出版社/メーカー: CRUMPLERメディア: エレクトロニクスこの商品を含むブログ (1件) を見る 解説 NSBundleのUIKit追加のクラスです。 準拠 NSObject (NSObject) フレームワ…

UINibProxiedObjectsKey

解説 extern NSString * const UINibProxiedObjectsKey; extern NSString * const UINibExternalObjects 3.0では使用中止 返り値 引数 フレームワーク UIKit クラス NSBundle UIKit Additions Constants 使用可能 iPhone2.0 参照 例文

loadNibNamed:owner:options:

-(NSArray *)loadNibNamed:(NSString *)name owner:(id)owner options:(NSDictionary *)options 解説 返り値 ( NSArray * ) 引数 ( NSString * )name ( id )owner ( NSDictionary * )options フレームワーク UIKit クラス NSBundle UIKit Additions Instance…