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
Post a Comment