- (IBAction)btn1Action:(id)sender {
[self ggg1];
}
- (void)ggg1{
for (int i = 0; i<1000; i++) {
NSString *path = [[NSBundle mainBundle] pathForResource:@"85e863c907e2a7103b159dc75d30ed3b" ofType:@"jpg"];
UIImage *image2 = [UIImage imageWithContentsOfFile:path];
}
}
网友评论