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

Stephen Wall
PLUS
Stephen Wall
Courses Plus Student 27,294 Points

No info is being transferred to the detail view controller.

I checked over my code and even went as far as to copy the instructors code in the downloads and paste it over mine with the same result. The app builds and looks great, however when you press the button to take you to the detail view controller, it is just the generic view without the large image displayed, no playlist title, and no artist names. Just the default placeholders. If everything is copied perfectly, could it be my outlets? they all look the same as the instructors as well. App looks great, all the constraints are perfect. Any thoughts?

Yigit Yilmaz
Yigit Yilmaz
6,245 Points

Did you properly communication between Playlist and MusicLibrary. I had a problem which like your problem, I couldn't reach artists array for artist label0-1-2. After that notice I didn't assign anything from MusicLibrary class in Playlist. Your problem may be similar.