Quote:
Originally Posted by jsd
you didn't answer either of my questions.
|
Hi,
Sorry I could not debug it on device and it is working on simulator so could not answer your questions.
But I figured out where it is crashing.
Code:
[self presentModalViewController:self.navControllerSettings animated:YES];
Second time when I am trying to execute this line it is crashing.
What could be the problem here? Or do i need to take care while removing it .
I am just using syntax to remove it.
Code:
[self.navigationController dismissModalViewControllerAnimated:YES];
Vishal N