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 trialDias Rezky
Courses Plus Student 1,982 PointsError when write trying to append playlist array.
When I'm trying to append playlistArray with playlistImageView0 there is an error message that says "Cannot Invoke 'append' with argument list of type '(UIImageview)'". I'm using X-Code Version 6.3.1.
2 Answers
Dias Rezky
Courses Plus Student 1,982 PointsI've figured the solution, that's because I write "UIImage" instead of "UIImageView".
John DiPanfilo
Courses Plus Student 3,071 PointsThanks for posting what how things turned out as I had the same typo :). Your answer helped me resolve my bug!
agreatdaytocode
24,757 Pointsagreatdaytocode
24,757 PointsHello Dias,
Can you post your code for us to review?