When I Navigate to another View Its Perfectly Navigating ..if Again Back the Originaly View when i again click the button to Navigate i got the crash ...I did't Understand what is the Problem Any One Help To solve this Issues Thanks in Advance
TorunamentVC*TETS = [[TorunamentVC alloc]init];
TETS = (TorunamentVC*)[self.storyboard instantiateViewControllerWithIdentifier:@"tornmentid"];
TETS.selectDashBoard=selectType;
[self.navigationController pushViewController:TETS animated:YES];
* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'BYZ-38-t0r-view-8bC-Xf-vdC' and directory 'Main.storyboardc'' * First throw call stack: