5
Errore di iOS 10 [accesso] <privato> quando si utilizza UIImagePickerController
Sto usando XCode 8 e sto provando con iOS 10.2 Beta. Ho aggiunto i framework Foto, PhotosUI e MobileCoreServices al progetto. Codice molto semplice: #import <Photos/Photos.h> #import <PhotosUI/PhotosUI.h> #import <MobileCoreServices/MobileCoreServices.h> @interface ViewController : UIViewController <UIImagePickerControllerDelegate, UINavigationControllerDelegate, PHLivePhotoViewDelegate> @property (strong, nonatomic) IBOutlet UIImageView *imageview; @end e implementazione: - (IBAction)grab:(UIButton *)sender{ UIImagePickerController …