teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
10/18/14 05:24 PM (9 years ago)

changing the font color in nav bar to white in 3.0?

Anyone know how to to change the font color to white in the nav bar in 3.0?
 
ictguy
Aspiring developer
Profile
Posts: 564
Reg: Jun 17, 2011
Mildura, Austra...
15,840
like
10/18/14 11:36 PM (9 years ago)
I have this snippet but can't remember if it was for BT2 or BT 3 ... take a look and see how you go. Open your "your_app_name"_appDelegate.m file Replace line 89 of _appDelegate.m with this line of code: [self setNavBarTitleTextColor:@"#ffffff"]; Original post here: http://www.buzztouch.com/forum/thread.php?fid=6E0FD3ABBA57BD20C1DD41F&tid=6E0FD3ABBA57BD20C1DD41F Cheers Darrel
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
10/19/14 07:01 PM (9 years ago)
I just used this and it works in BT 3.0 XCODE 6 IN XCODE appDelegate.m line 89 change to [self setNavBarTitleTextColor:@"#FFFFFF"]; }else{ [self setNavBarTitleTextColor:@"#FFFFFF"]; } Dave
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.