Maria Akbar
Maria Akbar

Reputation: 87

How to make full screen application in OSX?

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

Answers (1)

user5036099
user5036099

Reputation:

  1. Set Base SDK Mac OS X 10.9

  2. Choose MainMenu.xib in Project navigator

  3. Choose 'windowname' in Objects

  4. 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

Related Questions