Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 5 で自分のイメージ名を使用してイメージをカメラ ロールに保存したいと考えています。カメラ機能にアクセスするために AV Foundation を使用しています。可能な解決策を教えてください。
// Image to save UIImage *img = [UIImage imageNamed:@"ImageName.png"]; // Request to save the image to camera roll UIImageWriteToSavedPhotosAlbum(img, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
お役に立てれば..