萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-03-02 caccf34369c5bb7c26c32f266d6726bde218cad6
EZSDK/EZSDK/EZ/UIViewControllers/EZLivePlayViewController.m
@@ -223,7 +223,7 @@
- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];
//    self.navigationController.navigationBarHidden = NO;//2021-02-01
    self.navigationController.navigationBar.hidden = NO;//2021-02-01
    self.ptzViewContraint.constant = self.bottomView.frame.size.height;
    self.talkViewContraint.constant = self.ptzViewContraint.constant;
}