Quote:
Originally Posted by PhoneyDeveloper
Couple suggestions: Which line in your code is causing this run time exception? Step through the code and find that out.
...
When you figure out which line that's happening on you can figure out why.
|
Thanks for your response... It's happening on this line:
Code:
// show the view
[[self navigationController] pushViewController:controller animated:YES];