Preguntas etiquetadas con presentviewcontroller

5
Error de iOS 10 [acceso] <privado> al usar UIImagePickerController
Estoy usando XCode 8 y probando con iOS 10.2 Beta. He agregado los marcos Photos, PhotosUI y MobileCoreServices al proyecto. Código muy simple: #import &lt;Photos/Photos.h&gt; #import &lt;PhotosUI/PhotosUI.h&gt; #import &lt;MobileCoreServices/MobileCoreServices.h&gt; @interface ViewController : UIViewController &lt;UIImagePickerControllerDelegate, UINavigationControllerDelegate, PHLivePhotoViewDelegate&gt; @property (strong, nonatomic) IBOutlet UIImageView *imageview; @end e implementación: - (IBAction)grab:(UIButton *)sender{ UIImagePickerController *picker …

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.