NSArray *array = [[NSBundle mainBundle] pathsForResourcesOfType:@"jpg" inDirectory:@"image"];
NSLog(@"array:%@",array);
NSArray *array = [[NSBundle mainBundle] pathsForResourcesOfType:@"jpg" inDirectory:@"image"];
NSLog(@"array:%@",array);
本文标题:读取NSBundle下自己新建的文件夹下面的所有文件
本文链接:https://www.haomeiwen.com/subject/hltqcqtx.html
网友评论