Change Background Color of IKImageBrowserView
Change Background Color of IKImageBrowserView
- Subject: Change Background Color of IKImageBrowserView
- From: "Michael Hanna" <email@hidden>
- Date: Sat, 12 Jan 2008 17:55:52 -0800
Is there a way to change the background color of an IKImageBrowserView
to something other than white?
I've tried subclassing it and doing this in -drawRect:
- (void)drawRect:(NSRect)rect {
[super drawRect:rect];
[[NSColor blackColor] set];
[NSBezierPath fillRect:rect];
}
but doesn't seem to make a difference..
Michael
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden