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 Creating UIImageView instances

Adam Bridges
Adam Bridges
1,904 Points

UIImageView instances

Please help me with this exercise. This is as far as I could get with it:

let profileImageName =

I'm not sure what comes after the equal sign.

1 Answer

Dylan Shine
Dylan Shine
17,565 Points

What exactly is it asking...?

Adam Bridges
Adam Bridges
1,904 Points

How do I code the following instructions?

In the ViewController class, using the key profilePicture, retrieve the image name as a string from the dictionary and assign it to a constant named profileImageName. I’ve already created an instance of the Treehouse struct and stored a reference to the friends library in a constant named friends for you to use.