Попробуйте следующий фрагмент кода, чтобы получить
CGImageRef imageRef = [[UIApplication sharedApplication] _createDefaultImageSnapshot];
UIImage* img = [UIImage imageWithCGImage:imageRef];
//Now you can save it the way you want
//May as following
//oops yes this image is just the screenshot so better take care of unwanted image side
//So cut crap out from the image captured
UIImageWriteToSavedPhotosAlbum(img, nil, nil, nil);
Хорошо, работая над записью видео на iPhone 3.0, я столкнулся с проблемой сохранения последовательности изображений. Пожалуйста, помогите мне
Ожидание .........
Спасибо
Джаянт
Нью-Дели, Индия