Interface Builder does not show object details


For Mac OS IB works fine; however, for my iOS project, this is how the views look. It used to work fine. How do I get the details back?

Replies

OK, the image I pasted in didn't save. Not sure how to include one here. Basically IB just shows the outlines of the views and the objects contained in them. No text, not details.

Interesting, I dragged a new control onto one of the viewcontroller views and all of the view controllers filled in.

I have experienced the problem several times, with empty viewControllers, just outlines. Even restarting XCode did not always solve.


Generally, selecting an object in resources is enough to force some initializations.


Could also try a Clean Build Folder.