How to implement Navigation to ViewControlller on RowSelect delegate method in Xamarin.ios? -


i working navigation table view view controller, when clicking row got exception system.nullreferenceexception has been thrown object reference not set instance of object in xamarin.ios

public override void row selected (uitableview tableview, nsindexpath indexpath) {     // error system.nullreferenceexception     _contact.navigationcontroller.pushviewcontroller(new incomingscreen(),true);  } 


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -