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 trialJames Rowe
2,551 PointsCant seem to find my mistake.
Here is screen shot of the error I am getting:
http://i.imgur.com/Q3sfbFo.png?1
Ive gone through the code & I can't seem to find where I went wrong or deviated from the video.
3 Answers
James Rowe
2,551 PointsThanks for your help. i did find the mistake. It was a transcribing issue.
Lukas Smith
4,026 PointsIs not an error is a warning,. You have largeIconName as String but You never used this variable in code. Probably You should use this var when You send data to next view (playlistDetail)
James Rowe
2,551 PointsShouldn't I have? I don't see the warning in the video that I'm following, which suggests that Ive missed something somewhere, but can't seem to find out where.
Lukas Smith
4,026 PointsCheck where u use this variable largeIconName ?