Suppose, i have an array filled with NSImages . Now i would like to display all these images in a view (or a matrix) in the way iPhoto does. Do i have to subclass NSMatrix, or just subclass NSView? The purpose is that i can select each image, so i think NSMatrix is needed. But i have no clue on how to fill the matrix an DISPLAY my images on screen. (The images are all the same size)
I find no examples of this at all, so help would be muchos appreciated!!!
I find no examples of this at all, so help would be muchos appreciated!!!