Hello Guys!
I have IKImageBrowser, where I show images from a specific folder.
I can then preview selected image in NSImageView, and fill in some parametrs to database.
What I want to reach - is to be able to rotate current selected IKImageBrowserCell's content with button press.
Here is a preview image, for better understanding:
So, steps 1 and 2 are simple, I just click the button, rotate an nsimageview, but I have spent already a plenty of time, trying to do step 3.
Tried to get -representedItem of the cell - it returns me just a NSImage what I can not rotate.
Tried to get the layer, where the image is displayed - but have not reached that.
Please, can anybody help me?
Thanks,
Regards.
I have IKImageBrowser, where I show images from a specific folder.
I can then preview selected image in NSImageView, and fill in some parametrs to database.
What I want to reach - is to be able to rotate current selected IKImageBrowserCell's content with button press.
Here is a preview image, for better understanding:

So, steps 1 and 2 are simple, I just click the button, rotate an nsimageview, but I have spent already a plenty of time, trying to do step 3.
Tried to get -representedItem of the cell - it returns me just a NSImage what I can not rotate.
Tried to get the layer, where the image is displayed - but have not reached that.
Please, can anybody help me?
Thanks,
Regards.