Ios应用程序获取Exception对象引用未设置为对象的实例

时间:2016-01-18 05:36:56

标签: ios xamarin xamarin.ios xamarin.mac

我的应用程序在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);

0 个答案:

没有答案