I have subclassed NSWindow so I can make some tweaks and have a custom window. One of them is to make bottom corners rounded but haven’t succeed yet.
I have tried this but my window does not have the standard status bar it didn’t work.
I hope this is possible 😉
Thanks in advance
Since my window has style:
NSBorderlessWindowMaskI have solved this by subclassing containerView of the window and overriding drawRect: