Posts

Post not yet marked as solved
1 Replies
321 Views
first ,i present a new viewcontroller named videoViewControllerthen i use three apis to change videoViewController'interfaceOrientation to UIInterfaceOrientationLandscapeRight```- (BOOL)shouldAutorotate{ return NO;}- (UIInterfaceOrientationMask)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskLandscapeRight;}- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{ return UIInterfaceOrientationLandscapeRight;}```the result is videoViewController.view.subview.constraints lost in sometimes, like the pic.More often it is normal, but its appearance is irregularmy english is poor , if you can't understand me , tell me , i will show you more
Posted Last updated
.