How to save photos taken using AVFoundation to Photo Album?
问题 AVFoundation is just great for those who want to get hands dirty, but there still a lot of basic stuff not easy to figure like how to save the pictures taken from device to Photo Album Any ideas? 回答1: Here is a step by step tutorial on how to capture an image using AVFoundation and save it to photo album. Add a UIView object to the NIB (or as a subview), and create a @property in your controller: @property(nonatomic, retain) IBOutlet UIView *vImagePreview; Connect the UIView to the outlet