macOS/iOS API解説

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

目次

initWithBundle:

バンドルから初期化して返します
-(id)initWithBundle:(NSBundle *)bundle:

解説

バンドルから初期化して返します。

返り値

( id )

オブジェクト()

引数

( NSBundle * )bundle

フレームワーク

PreferencePane

クラス

NSPreferencePane

Instance Methods

使用可能

10.0

参照

例文

NSLog(@"initWithBundle %@",[[[NSPreferencePane alloc ] initWithBundle:[self bundle]] description]);