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 Objective-C Building the Master and Detail Views Connecting UI to Code

Labels for playlistTittle and playlistDescription are not displaying.

I have all the code but when I run the code the labels for the Tittle and the description are not showing. I was looking for a problem and I found that if I do not change the background color of the view then they show up.

This is what I see if I change the color: http://postimg.org/image/lickry1yj/

This is the image without the background been applied: http://postimg.org/image/wfo0ay1d7/

This is the view of my code: http://postimg.org/image/qhjubke3v/

And a snapshot of as much as possible from the board: http://postimg.org/image/j0b3fq5ij/

I tried changing the color to a constant UIColor in case the one returned by the list was incorrect (most likely not and I got the same result)

Thanks in advance for the help