Re: add a button in IKIMAGEBROWSERVIEW
Re: add a button in IKIMAGEBROWSERVIEW
- Subject: Re: add a button in IKIMAGEBROWSERVIEW
- From: Jens Alfke <email@hidden>
- Date: Tue, 22 Jul 2008 09:38:16 -0700
On 22 Jul '08, at 3:11 AM, MAnish Billore wrote: I have to add a button on IKIMAGEBROWSERVIEW's selected cell. I am using imageBrowserSelectionDidChange delegate method. but i can not see the button on the selected image.
IKImageBrowserView appears to use an OpenGL surface to draw its images, and this unfortunately covers up any subviews you might add. I've found that this view offers extremely little possibility for customization ... if you're not happy with the plain image it gives you, you'd be better off using a different view class entirely. NSCollectionView works well as long as the number of images isn't too large. You can also use an NSMatrix of NSImageCells.
[Follow-ups should go to cocoa-dev, as this is not an Xcode related question.]
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden