视频录制bug修复
This commit is contained in:
@@ -81,6 +81,10 @@ alpha:1.0]
|
||||
#define MAINSCREEN_SCALE [[UIScreen mainScreen] scale]
|
||||
#define KWidth_Scale [UIScreen mainScreen].bounds.size.width/375.0f
|
||||
|
||||
#define IS_iPhoneX [CommonUtils isIphoneX]
|
||||
#define TabbarHeight (IS_iPhoneX?83:49)
|
||||
#define MyNavBarHeight (IS_iPhoneX?88:64)
|
||||
#define StatusBarHeight (IS_iPhoneX?[[UIApplication sharedApplication] statusBarFrame].size.height:20)
|
||||
#import "MyControl.h"
|
||||
#import "DataCenter.h"
|
||||
#import "UserModel.h"
|
||||
|
||||
Reference in New Issue
Block a user