Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add the Placeholder Window in Xcode

Going though a tutorial on youtube with Xcode and IOS programming. How do you show the PlaceHolder Window showing the file owner. The tutorial is showing how to add a couple of delegates and data source

For a visual see http://www.youtube.com/watch?v=IqDZHgI_s24 at 2:55

like image 625
Talib Jaffer Avatar asked Mar 19 '12 08:03

Talib Jaffer


1 Answers

You may simply need to click the Hide/Show Document Outline button in the XIB editor:

enter image description here

Note that the File's Owner and First Responder placeholders are accessible (as the large cube icons) even when the document outline is hidden.

Another possibility is that you have created the project using a storyboard. A storyboard doesn't have the File's Owner placeholder. If that happened, since you are working throw a beginner tutorial, you should just start over with a new project and make sure you uncheck the “Use storyboards” checkbox in the new project wizard.

like image 159
rob mayoff Avatar answered Oct 04 '22 21:10

rob mayoff