App下載
話題 首頁 > iOS 開發(fā)手冊 > iOS 開發(fā)手冊話題列表 > 詳情

iOS如何將沙盒的圖片放到相冊中

精華
ega520 2016-10-20 11:22:46 瀏覽(3111) 回復(fù)(4) 贊(0)
iOS如何將沙盒的圖片放到相冊中
objective-c

回答(4)

小赤佬 2016-10-20
UIImage *image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"png"]];


UIImageWriteToSavedPhotosAlbum(image, nil, NULL, NULL);
一筆荒蕪 2018-05-31

快來解決啦!快來!快來! 快來 快來

1144100656 2018-05-31

快來解決啦!快來!快來! 快來 快來

1152696398 2018-05-31

快來解決啦!快來!快來! 快來 快來

要回復(fù),請先登錄 或者注冊