JLChen
2021-02-05 1a0a7f736c6d2e7129e7591d40bed67ec7c0f09a
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;
            }
        }