Several apps, including the built-in Address Book use a HUD window that is semi-transparent, with large shadowed text. I\'d like to implement a similar window in my Cocoa Ma
Thank you for sharing this code. Helped me a lot! You may add the following line...
[self setBackgroundColor:[NSColor clearColor]];
to the init function of the window. This removes the white corners.