我的应用程序在iphone和ipad的模拟器上工作正常,但是当我调试到ipad设备时,它提供了一个异常"对象引用没有设置为对象的实例"。
Details det = viewController.Storyboard
.InstantiateViewController ("DetailstoryboardId") as Details;
UINavigationBar.Appearance.TintColor = UIColor.White;
det.Title = tableItems [indexPath.Row].Title;
UITabBar.Appearance.BackgroundColor = UIColor.FromRGB (119, 185, 187);
Constants.Root.NavigationController.PushViewController (det, true);