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

Code challenge: Creating UIImageView Instance and Quiz | Building a Music Library

Here is the link: http://teamtreehouse.com/library/build-a-playlist-browser-with-swift/building-the-music-library-and-playlist-models/creating-uiimageview-instances

Could some one help me. I don't get it. Also, I need help on the Building the Music library Quiz. The question is the one you need to type the word in. Here is the link: http://teamtreehouse.com/library/build-a-playlist-browser-with-swift/building-the-music-library-and-playlist-models/building-a-music-library

3 Answers

Jarrett Young
Jarrett Young
12,635 Points

Yes, I finally got it

let profileImageName: String = friends("profilePicture") as String! let profilePicture = UIImage.imageNamed("profileImageName")

Jarrett Young
Jarrett Young
12,635 Points

For the quiz question, the correct answer is initialization.

For the code challenge, I, too, am stuck