I\'ve set up a navController, which appears after tapping a button. However, if I tap the button I get the error of: \"Warning: Attempt to present
i checked your project.. wasn't able to sort out the proper issue..
but i tried a hack and it worked..
replace this line with
[self presentModalViewController:navController animated:YES];
this
[[[[[UIApplication sharedApplication] delegate] window] rootViewController] presentModalViewController:navController animated:YES];