I am new to cocoa..
I am creating one of the colorful window. so I need set background color to IKImageBrowserView. I think subclassing IKImageBrowserView is the way to set background color but it is too difficult for me..
Any other way to set background color without subclassing?
how to set background color to IKImageBrowserView
667 Views Asked by NewStack At
2
You can achieve what You want by using
setValue:forKeywith option keyIKImageBrowserBackgroundColorKeylike this:Note: imageBrowserViewOutlet is
IKImageBrowserViewoutlet.