我有一个 MonoTouch.Dialog向对象DialogViewController
添加自定义。UIView
NavigationItem.Views
高度为 25,其UIView
框架设置如下:
Frame = new System.Drawing.RectangleF(0f, 44f, UIScreen.MainScreen.ApplicationFrame.Width, 25f);
_toolbar = new UIView();
this.NavigationController.NavigationBar.Add (_toolbar);
如何使表格视图出现在UIView
?