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 trial

iOS Build a Diary App Using Core Data Custom UITableViewCell UIAppearance to Customize the Navigation Bar

My title and nav bar colours are correct (white and a light blue) but the UIBarButtonItems are dark blue.

My title and nav bar colours are correct (white and a light blue) but all UIBarButtonItems are dark blue. Does anyone know how to fix that?

2 Answers

Richard Lu
Richard Lu
20,185 Points

Click the UIBarButtonItems in the interface builder and look the attributes inspector panel (on the right), you will see an option to change the color via the tint property.

I hope I've helped :)

No, sorry, I forgot this posts to the general message board. In the tutorial they are using the App Delegate to modify these colours throughout the entire app. The tutorial is old and his way only changing the title colour so I am wondering how to change the buttons app-wide as well.