views:

18

answers:

0

Hello,

I'm using the IKImageBrowserView by supplying it with image objects myself. When the browserview requests for an image, in other languages, i'd check if i have it cached somewhere and return it if i do. Otherwise, i'd load, cache it and then return it. But in cocoa it seems that the IKImageBrowserView caches the images itself. So should i cache the images or load them directly from file system when the browserview asks me for any of them? The documentation says i should cache, because imageRepresentation is called quite frequently, but i've tried to load a few images, scroll a little, minimize the window etc. and none of that made IKImageBrowserView to ask me for the images again.