Is it possible to retain / re-use the navigation controller when invoking a pushViewController method?
by retaining / re-using, I mean navigation items (leftBarButtonItems, and rightBarButtonItems) , and their respective IBAction methods.
Code:
[delegate.detailViewController.navigationController pushViewController:newViewController animated:YES];
by retaining / re-using, I mean navigation items (leftBarButtonItems, and rightBarButtonItems) , and their respective IBAction methods.