tags:

views:

49

answers:

2

I am having a Interface Builder tool issue. I have a XIB that is not being displayed in layout mode (where I can see text fields I have added etc.) Doesn't happen with any other XIB. What is going on? I can't seem to find any command to make it show.

Tia.

+1  A: 

Is your problem that you just can't see the layout of your text fields, buttons etc. for the view of the *.xib? If so then try double-clicking the 'View' rectangle in the window next to 'File's Owner' and 'First Responder'? This will make the 'View' window open, showing the layout of all your GUI components as you arranged them before.

Griffo
A: 

Reveal In Workspace from the Tools menu in IB allowed me to see the view such that I could edit it.

jp chance