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

I would like to create a simple mac OS program in swift 3 where I can drag files to a window like in finder

I am trying to develop some program for my own use in my mac, right now I am focusing in how to create a simple window divided in an area to drag files into and another area in which I will set some buttons and other things, the area must show every file that is dragged like a regular window in finder does when you drag a file unto a folder for example. How can I create something like that, I have spent a while searching in google but haven't found anything related to this, I just started IOS development and would not really know what classes or components to use, any advice is well received. Thanks