摘要: NSBundle *mainBundle = [NSBundle mainBundle]; NSArray *imageURLs = [mainBundle URLsForResourcesWithExtension:@"JPG" subdirectory:@"Demo Images"]; if ([imageURLs count] > 0) { NSMutableArray *photos = [[NSMutableArray alloc] init]; for (NSURL *imageURL in i... 阅读全文
posted @ 2013-10-22 16:16 wei8 阅读(184) 评论(0) 推荐(0)