View Window Not Opening in Interface Builder
Posted
by senfo
on Stack Overflow
See other posts from Stack Overflow
or by senfo
Published on 2010-04-21T13:04:47Z
Indexed on
2010/04/21
13:23 UTC
Read the original article
Hit count: 278
When I double click the XIB file in Xcode, Interface Builder typically launches a few different windows, one of which is the View window. For some reason, however, the View window isn't opening for one of my XIB files. If I open any of the other XIB files, however, the View window does open.
I'm not sure if there's a way to manually launch the View window (I looked through all of the menu items and couldn't find a way) or if I broke something in my XIB.
Update: I created a connection from the app delegate to a navigation controller, which seemed to break something. When I cleared that connection, the View window came back.
© Stack Overflow or respective owner