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 Refactoring Our Code Determining Playlists Programmatically

Error 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.

Hello Dias,

Can you post your code for us to review?

2 Answers

I've figured the solution, that's because I write "UIImage" instead of "UIImageView".

John DiPanfilo
PLUS
John DiPanfilo
Courses Plus Student 3,071 Points

Thanks for posting what how things turned out as I had the same typo :). Your answer helped me resolve my bug!