Distracted Attention

IKImageBrowserView animation retain issue

I almost called it a bug, but I’m not saavy enough to completely determine whether it’s due to coder error or something in ImageKit. So I’m calling it human error till I’m told otherwise.
I have two views which I switch between, managed by a NSViewController. These views (IKImageFlowView and IKImageBrowserView) both populate from the same [...]

Posted by Nick | August 13, 2008 | Filed under Cocoa

Looking behind the curtain with ImageKit

I’ve been using IKImageBrowserView to display thumbnails (generated by Quicklook).
The upside of this approach is that it’s easy to implement. The downside is that when you change the content of the IKImageBrowserView, the existing thumbnails are discarded and new ones created.

This behaviour is the same as what happens when you use the icon view in [...]

Posted by Nick | August 3, 2008 | Filed under Cocoa