osx - MacOS Swift - GUI Programming -


https://snag.gy/iudznr.jpg what's name of widget on left in xcode? or similar? scrollview ? im trying create list of images on program.

also, while i'm here might explain desired functionality. i'd user able drag images desktop or finder etc app , adds thumbnail list. also, when clicked on, should show image in imageview. need maintain lists traits, path every file , image name.

that ui not xcode, it's preview.app.

and functionality you're describing along left edge nscollectionview. you're describing, you'd need create custom (subclassed) nscollectionviewcells in can save file path (or url), image name, nsimage, ec.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -