标签: ios ipad photo
我使用以下代码将图像保存到相册:
UIImageWriteToSavedPhotosAlbum(imageToSave, nil, nil, nil);
此代码适用于iPhone,但在iPad上崩溃。为什么会发生这种情况?