Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialasus389
3,277 PointsI set the "tintColor" to "whiteColor" in IB but it has no effect on the tab buttons.
I select the tabBar in IB and then set the tintColor in the "View" section to whiteColor like it says in the video, but my buttons stay blue.
If I use:
[[UITabBar appearance] setTintColor: [UIColor whiteColor]];
in my app delegate customizeUserInterface method it works fine.
Is there a different way to do this in IB? I am using iOS8.2, Xcode 6.2.