So I have a IKImageBrowser full of images that I pull from a core data. The image itself isn't in core data just the reference to it. I'm trying to figure out a way to indicate that a specific image is disabled. Like a red border around it. This status will come from core data of that specific image.
I've looked over the IKImageBrowserView and IKImageBrowserCell in the docs to see if there is anything I can use but can't seem to find anything.
I just need a way to visually highlight or make an image standout when it's disabled. Any Ideas or docs that you can point me to?