Hey guys,
I am creating a program where a user can import multiple images. When the images have been loaded, the user can click on the images and they'll move around, be highlighted etc.
Should I be using a single NSImageView for each image or create one large custom view and draw the images directly on that?
If it's better to create a single NSImageView, how do I go about allocating an array of NSImageViews?
I am creating a program where a user can import multiple images. When the images have been loaded, the user can click on the images and they'll move around, be highlighted etc.
Should I be using a single NSImageView for each image or create one large custom view and draw the images directly on that?
If it's better to create a single NSImageView, how do I go about allocating an array of NSImageViews?