allBundles
全てのアプリケーションのフレームワーク以外のバンドルの配列を返します
返り値
( NSArray * )
バンドルの配列
引数
フレームワーク
Foundation
クラス
NSBundle
Class Methods
使用可能
10.0
iOS2.0
参照
例文
#pragma mark -replaceOccurrencesOfString:withString:options:range: -(void)method001 { NSArray *array = [NSBundle allBundles]; NSLog(@"%s : %@",__FUNCTION__ ,[array description]); //=>-[OOOAppDelegate method001] : ("NSBundle </var/mobile/Applications/9793115E-D175-4AD8-89A1-F6D558587AB3/NSBundle.app> (loaded)" }