developer
2023-10-31 c2c0b4f016502c4d1e3a3d63854d800521374f6b
BuWanVideo2.0/LoggingViewController.m
@@ -32,6 +32,9 @@
- (void)viewDidLoad {
    [super viewDidLoad];
    self.view.backgroundColor=KGlobalLightGreyColor_245;
    if(@available(iOS 13.0,*)){
        self.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
    }
    //初始化登录界面
    [self initScene];
}