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!
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

arnavthecoder
3,453 PointsCode 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
12,635 PointsYes, I finally got it
let profileImageName: String = friends("profilePicture") as String! let profilePicture = UIImage.imageNamed("profileImageName")

Jarrett Young
12,635 PointsFor the quiz question, the correct answer is initialization.
For the code challenge, I, too, am stuck

Peter Ahlgren
Courses Plus Student 14,059 PointsHave you solved it yet?