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

Customizing tabBarControllerImage: Pros and cons of using UIImageRenderingModeAlwaysOriginal instead of the method shown during the Implementing Designs for iPhone course?

For the customizing the tabBarController image, can it be clarified the pros and cons of using the method discussed in the video vs. [tabBarItem setImageRendering: UIImageRenderingModeAlwaysOriginal] to prevent our image being colored?

2 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Sorry for the late reply (still catching up on a backlog of unanswered posts)...I can't speak from experience myself, though it seems like a good idea if you want total control over the image and how it's rendered. I'll have to go play with my code and read up on this.

Gotcha; let me know if I can clarify things on my end about this.