in my app i'm am basically pushing a viewcontroller from another one
[self.navigationController pushViewController:vc animated:YES];
The view controller that results from this call has a navigation bar but I can't name it through the story board. Basically, how do I set the navigation bar's text in code?