Disclaimer: Brand new to iOS dev. Go easy on me.
Got a funny situation in Xcode 4.5. My Size Inspector looks like this:

…and I can’t see the struts and springs area at all.
The really strange part is that when I click away to something like the Connections inspector I do see the struts and springs area, but only for a split second, and it is gone when I come back.
Is this normal? Is there an easy way to correct this behavior?
In Xcode 4.5, for iOS 6 and OSX 10.8 development, AutoLayout is being enabled by default.
To turn it off, open your xib file and click on a blank spot (not on a view or any component). On the inspector panel, select the first tab and remove the “Use Autolayout” checkbox. Your springs and struts will be back.