views:

30

answers:

1

Hi everyone, I'm trying to add some style to my app and it's driving me crazy. I'm wanting to take a image that is transparent and use it as a window or NSPanel. I'm thinking this will have to be done programmatically but I would like to do it in Interface Builder. How can I achieve this effect either way. So far, I've tried both ways and can't achieve it. Any code examples would be much appreciated. Thanks

+2  A: 

Make a borderless window, and set an image view as its content view, and set the image as the image view's image.

Peter Hosey