Questions tagged [ikimagebrowsercell]

6 questions
6
votes
1 answer

Dealing with layer-backed IKImageBrowserView, Z-ordering and other concerns

I am working on a project that needs to: have a transition animation from a view that contains an IKImageBrowserView to another view; have a hover overlay on each IKImageBrowserCell as the mouse moves across the view; and have an NSView overlap a…
2
votes
0 answers

Is it possible to modify the selection rect for an IKImageBrowserCell?

We are using a subclass of IKImageBrowserView that contains a subclass of IKImageBrowserCell as the cells The problem we're facing is when an image has a tall aspect ratio: That first item can only be selected when you -mouseDown: directly on the…
A O
  • 5,516
  • 3
  • 33
  • 68
2
votes
1 answer

MACOSX - How to customize IKImageBrowserView to add a NSButton on each item?

I want to customize IKImageBrowserView so that i can add NSButton or other control on cell of IKImageBrowserView. I tried to cutomize IKBrowserViewCell class, but i did not get how and where i add NSbutton, So that it display on…
Surjeet Singh
  • 11,691
  • 2
  • 37
  • 54
1
vote
1 answer

IKImageBrowserView selection problems

For example, the initial status is all images selected when I clicked one, I hope it unselected, but the current status is no response for the action Is there some settings? Thanks for any help.
droughtrain
  • 257
  • 1
  • 4
  • 18
0
votes
1 answer

How do I add a NSButton to a CALayer?

I am trying to add a NSButton on a layer inside a IKImageBrowserCell object. I found this post helpful but it doesn't get into the crux. I've already tried this: - (CALayer *) layerForType:(NSString*) type { CGColorRef color; //retrieve…
user4183486
0
votes
1 answer

Change ImageBrowserCell highlight dimension

I want to resize the standard IKImageBrowserCell highlight dimension. I found a similar question on stackoverflow here (at the link you can see the standard IKImageBrowserCell selection highlight). I' ve found some apple sample code that customize…
Luca
  • 1,704
  • 3
  • 29
  • 42