Reputation: 87
I am trying to make my OSX application full screen. Compatibility is OSX 10.9 and 10.10. I am using XIB based layout. I have searched for answers on internet, they are mostly outdated. Any suggestions?
Edit:
My question is different because it relates to OSX Mavericks rather than OSX Lion as mentioned in the duplicate.
Upvotes: 2
Views: 1479
Reputation:
Set Base SDK Mac OS X 10.9
Choose MainMenu.xib in Project navigator
Choose 'windowname' in Objects
You need to add a menu item. Choose 'Menu - View', and then drag 'Full Screen Menu Item' in Object Library into 'Menu - View'.
Did you read this: https://developer.apple.com/library/mac/documentation/General/Conceptual/MOSXAppProgrammingGuide/FullScreenApp/FullScreenApp.html ?
This might help you
Upvotes: 1