JLChen
2021-02-05 ded16dd461999990fa0ccd579b152abd486154f1
HDL-ON_iOS/ViewController.cs
@@ -17,7 +17,7 @@
            //2021-02-01 设置NavigationBarHidden true
            if (this.NavigationController != null)
            {
                this.NavigationController.NavigationBarHidden = true;
                this.NavigationController.NavigationBar.Hidden = true;
                this.NavigationController.NavigationBar.TintColor = UIColor.Black;
            }
        }