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 Managing Playlist Data Passing the Playlist Object

G K
G K
173 Points

Hey, I am wondering why the image assets are not showing up in my image view? Am I missing something?

I have uploaded all the images to Images.xcassets. But, inspite of it, during run-time, I couldn't see the coffee image in the image view. Let me know if I am missing some details here...

1 Answer

Chris Howie
Chris Howie
13,216 Points

Is this the default option are you just wanting to set a static image view?

After you select the placeholder image view, you should be able to go to the attributes inspector. Under Image View - Image - Select "Coffee" that should show the image in your storyboard.

Let me know if you are past that part and you are setting the icon and largeIcon images.