1
如何創建具有導航欄(透明)並且此視圖位於導航欄後面的視圖(自動佈局)。請查看圖片在透明背後創建自動佈局視圖NavigationBar
我試圖在viewDidLoad中
NavigationController.NavigationBar.Translucent = true;
EdgesForExtendedLayout = UIRectEdge.None;
是C#代碼(Xamarin項目).. 的IO相當於
self.edgesForExtendedLayout = UIRectEdgeNone;
navigationBar.translucent = NO;
是什麼問題?你試過了什麼? –