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 Playlist Browser with Swift Building the Music Library and Playlist Models Using UIImageView

taisuke araki
taisuke araki
2,524 Points

Button's default text color

Around 1:08, the default of the button's text color is white, not blue as in the video. Why?

1 Answer

Hi,

I had the same issue, if you look at the video at 59 seconds notice that when he's changing the Background color of the View to "White Color" the Tint color right underneath it is "Default". In the previous video he had us change this to white. If you change this Tint color of the View to "Default" it should solve your problem and you won't even have to change the color of the button.

Hope this helps.