佚名通过本文主要向大家介绍了ios沙盒游戏,ios10打开沙盒,ios沙盒,ios沙盒机制,unity ios 沙盒路劲等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: iOS如何将沙盒的图片放到相册中
描述:
解决方案1:
描述:
iOS如何将沙盒的图片放到相册中
解决方案1:
UIImage *image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"png"]];
UIImageWriteToSavedPhotosAlbum(image, nil, NULL, NULL);