iphone - UINavigation push creates SIGABERT issue -


i facing problem please let me out.in app i'm using navigation on table selection i'm sending details of 1 field view don't know why i'm getting sigabert error in it. , not giving me reason in console when i'm enabling zoombies.

please let me know solution if have suggestion me.

-(void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath {      mydealdetailviewcontroller *mydeal=[[mydealdetailviewcontroller alloc]initwithnibname:@"mydealdetailviewcontroller" bundle:nil];  //this arrayforgetdeal have values fetched database.    mydeal._getdealobject=[_arrayforgetdeal objectatindex:indexpath.row];  //on below line getting sigabert.    [self.navigationcontroller pushviewcontroller:mydeal animated:yes];   [mydeal release];  } 

please put line mydeal._getdealobject=[_arrayforgetdeal objectatindex:indexpath.row]; in comment, check facing same issue. if yes there wrong xib (binding issue, xib name issue).please check binded uicontrol again.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -