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 IKBrowserViewItem. Here is the code i had tried till now. #import "ImageBrowserView.h" #import "ImageBrowserCell.h" - (IKImageBrowserCell *) newCellForRepresentedItem:(id) cell { return [[ImageBrowserCell alloc] init]; } In cell class - (CALayer *) layerForType: