如何在Xamarin.ios中的RowSelect委托方法上实现导航到ViewControlller?

时间:2014-09-10 14:39:56

标签: xamarin.ios

我正在从Table View导航到View Controller,当我点击行时我得到异常,因为System.NullReferenceException已被抛出对象引用未设置为xamarin.ios中对象的实例

public override void Row Selected (UITableView tableView, NSIndexPath indexPath)
{

   // Error System.NullReferenceException

   _contact.NavigationController.PushViewController(new incomingscreen(),true);

}

0 个答案:

没有答案