LesterLi

Results 5 comments of LesterLi

@yytsui,hope u can share for us. thx.

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.