Monthly Archives: October 2010

Changing UINavigationBar’s title text color

You can’t, directly, but you can substitute your own view. For example, start with Apple’s NavBar sample. Drop this code into initWithNibName:bundle: in PageThreeViewController.m: ? – (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { // this will … Continue reading

Posted in Technology | Tagged , , | Comments Off