сначала я представляю новый viewcontroller с именем videoViewController
затем я использую три API-интерфейса для изменения videoViewController'interfaceOrientation на UIInterfaceOrientationLandscapeRight
- (BOOL)shouldAutorotate{
return NO;
}
- (UIInterfaceOrientationMask)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskLandscapeRight;
}
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{
return UIInterfaceOrientationLandscapeRight;
}
В результате videoViewController.view.subview.constraints иногда теряются, как на картинке.
https://photos.app.goo.gl/8SZbeLBEyXFZeCcz8
Чаще это нормально, но его внешний вид нерегулярен
мой английский плохой, если ты меня не понимаешь, скажи мне, я покажу тебе больше