视频录制bug修复
This commit is contained in:
@@ -519,7 +519,7 @@ CGAffineTransform GetCGAffineTransformRotateAroundPoint(float centerX, float ce
|
||||
}
|
||||
+ (BOOL)isIphoneX {
|
||||
if(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
return [[UIScreen mainScreen] bounds].size.height >= 812.0f;
|
||||
return ([[UIApplication sharedApplication] statusBarFrame].size.height> 20);
|
||||
}else{
|
||||
return NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user