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