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; } }