Hi,
How to create a rounded corners black window in cocoa? Is it standard and can be created by IB? Can somebody provide an example?
Thanks in advance
Hi,
How to create a rounded corners black window in cocoa? Is it standard and can be created by IB? Can somebody provide an example?
Thanks in advance
You can create an NSPanel from the standard IB library. It is dark gray and translucent (not black though), and has rounded corners.
Here is a screenshot: http://grab.by/45kJ
In the library it is referred to as a HUD Window.