Questions marquées «presentviewcontroller»

5
Erreur iOS 10 [accès] <privé> lors de l'utilisation de UIImagePickerController
J'utilise XCode 8 et je teste avec iOS 10.2 Beta. J'ai ajouté les frameworks Photos, PhotosUI et MobileCoreServices au projet. Code très 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 et mise en œuvre: - (IBAction)grab:(UIButton *)sender{ …
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.