iOS如何将沙盒的图片放到相册中
学习是最好的投资!
UIImage *image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"png"]]; UIImageWriteToSavedPhotosAlbum(image, nil, NULL, NULL);
学习是最好的投资!