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 Master and Detail Views Displaying Playlist Information

Austin Murtha
Austin Murtha
4,843 Points

I am not able to create an outlet for title or description. They are stuck behind the UIImage

I am working on the building a playlist browser for swift. After adding the UImage and the title and description, I can no longer click on the title and description.

I have tried a few things with zero success. I am on the displaying-playlist information step.

2 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Austin,

In the document outline simply hold and drag your UIImageView above your title and description labels, once you let go it will be positioned below your labels thus allowing you to select them again on the storyboard.

Happy coding!

Austin Murtha
Austin Murtha
4,843 Points

Hi Chris - I tried that and the UIImage was infront of the labels, so I couldn't see anything. The way I fixed it was by switching the order of the views in storyboards under view. Can I upload images to this post?