Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 106

Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
01/15/14 08:49 AM (11 years ago)

FIXED: Tab Bar Selected Color Error

Hi All, I have fixed the problem I was encountering with changing the Tab Bar Selected Tab Image Color: appDelegate.m - Around line 117 //the window tint color affects built in iOS7 icons in the navigation bar... if(floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1){ self.window.tintColor = [BT_color getColorFromHexString:@"#000000"]; } Jake
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
01/15/14 10:15 AM (11 years ago)
Neat! Thanks for that... I don't particularly like the current iOS 7 Tab bar, so changing the colour (we spell it like that in the UK) gives it a bit more flexibility.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
01/15/14 10:43 AM (11 years ago)
@Thomas: But you still have to spell the functions: color not colour, right. Or will "colour" compile? Jake
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
01/15/14 02:47 PM (11 years ago)
If you set your language to British, I think colour works.
 
Arubaman
Aspiring developer
Profile
Posts: 636
Reg: Oct 20, 2011
Akron
16,910
like
01/16/14 12:22 AM (11 years ago)
Thanks for the fix.
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
01/16/14 03:05 AM (11 years ago)
Nice. Thanks for fixing this Jake.
 

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.