I would like to create a full screen application (mac) but eventhough I have the window fullscreen;
[window setFrame:[window frameRectForContentRect:[[window screen] frame]]display:YES animate:YES];
I can’t get rid of the title bar? Can you change the above code to make the window without a titlebar or do you have to do it completely different? Thanks 🙂
CocoaWithLove has a good article about it:
http://cocoawithlove.com/2009/08/animating-window-to-fullscreen-on-mac.html