Perguntas com a marcação «presentviewcontroller»

5
Erro iOS 10 [acesso] <privado> ao usar UIImagePickerController
Estou usando o XCode 8 e testando com iOS 10.2 Beta. Eu adicionei as estruturas Photos, PhotosUI e MobileCoreServices ao projeto. Código muito simples: #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 implementação: - (IBAction)grab:(UIButton *)sender{ UIImagePickerController …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.