Existe-t-il un bon moyen de définir l'orientation paysage en UIImagePicker
? J'ai essayé d'appeler setStatusBarOrientation
après presentModalViewController
comme suit,iPhone UIImagePicker Caméra en orientation paysage
[self presentModalViewController:picker animated:YES];
[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationLandscapeRight animated: NO ];
Cependant, la vue durée de la vidéo (00:00) dans le coin droit ne tournait pas que l'orientation a changé.