0
私はxamarinで新しくなっています(2週間使い始めました)、今、私は下の画像のように背景画像を必要としますか?どうすればいい?あなたが使用する必要がありUINavigationBar
透明度をリセットするにはナビゲーション背景画像xamarin ios
YourNavigationBar.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
YourNavigationBar.ShadowImage = new UIImage();
YourNavigationBar.Translucent = true;
YourNavigationBar.BackgroundColor = UIColor.Clear;
と鮮明な色にあなたのUINavigationBar
を設定あなたのUIViewController
(充填または全部のViewControllerの上部のみ)でUIImage
を追加する必要が