LesterLi
LesterLi
@yytsui,hope u can share for us. thx.
Hope someone can fix it.
You must know "backgroundFrame" and "movieFrame" mean. The solution is here. sample: ``` + (CGSize)sizeInOrientation:(UIInterfaceOrientation)orientation { CGSize size = [UIScreen mainScreen].bounds.size; UIApplication *application = [UIApplication sharedApplication]; if (UIInterfaceOrientationIsLandscape(orientation) && [UIDevice...
Did you change UIApplicationWillChangeStatusBarOrientationNotification to UIApplicationDidChangeStatusBarOrientationNotification. In - (void)setFullscreen:(BOOL)fullscreen animated:(BOOL)animated ? And try to log backgroundFrame in -(void)rotateMoviePlayerForOrientation:(UIInterfaceOrientation)orientation animated:(BOOL)animated completion:(void (^)(void))completion when it rotating.
I holp can support SDXL