Questions tagged [ikimagebrowserview]

IKImageBrowserView is a Image Kit View for the Cocoa Framework on Mac OS X 10.5 and above.

95 questions
0
votes
1 answer

CALayer only painting on input events

I have a Mac app that's using IKImageBrowserView. I've subclassed IKImageBrowserView and I'm returning a custom cell type from newCellForRepresentedItem. In my cell, I'm creating and returning a layer from layerForType: // When asked for a…
stevex
  • 5,589
  • 37
  • 52
0
votes
2 answers

Add a background image to IKImageBrowserView

I have a IKImageBrowserView inside of a NSScrollView that is populated with a bunch of images. How do I add a background image that will scroll with the images in the IKImageBrowserView? Basically what I am trying to do is create a view similar to…
Chris
  • 1,005
  • 1
  • 13
  • 27
0
votes
1 answer

Annoying triangle while customizing IKImageBrowserView group appearance

I am trying to change the appearance of the group header of an IKImageBrowserView. I've seen that we can provide an custom CALayer with IKImageBrowserGroupHeaderLayer customizing IKImageBrowserView group appearance but every time I do I get…
Daij-Djan
  • 49,552
  • 17
  • 113
  • 135
0
votes
0 answers

Populating an IKImageBrowserView

I am currently working on building up a view which shows icons, and text labels to the right of the icons. After some searching, I've decided that an IKImageBrowserView is most suitable. As such, I've gone ahead and created my IKImageBrowserView and…
Julio
  • 2,261
  • 4
  • 30
  • 56
-1
votes
1 answer

how to get NSBitmapImageRep for displayed IKImageBrowserView?

i have a two-paned NSSplitView, one subview of it is an IKImageBrowserView. i need to capture a bitmap of it to swap into place before animating the NSSplitView with a CATransition. using cacheDisplayInRect does not capture the IKImageBrowserView…
lulu
  • 669
  • 10
  • 26
1 2 3 4 5 6
7