Thursday, October 3, 2013

Hide the Window in Xcode app

To hide the Xcode app main window or any window inside

1. Choose the xib file from the Xcode project.
2. Select the Window that you want to hide, and check the corresponding attributes from attribute window.
3. Uncheck the "Visible at Launch" checkbox.

And you are done, below attached is the screenshot of the window attributes from Xcode ide FYR.


No comments:

Post a Comment