Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I see absolutely nothing under Size Inspector in Interface Builder. I want to be able to set the Auto

Tags:

I see no settings at all under Size Inspector in Interface Builder, it is completely blank for my View, all labels and all buttons. I am using xcode 4.6 and have 'Use Autolayout' unchecked and the metrics (Size, Status Bar, Top Bar, Bottom Bar) are all 'None'. I need to be able to control the autoresizingmask, but why can't I see any size properties?

like image 785
user2026489 Avatar asked Jan 30 '13 18:01

user2026489


Video Answer


1 Answers

Once you switch to Size Inspector tab, directly under the icon there is a little header that says "View." If you hover over that some text appears that says "Show," because apparently that section can collapse down. Clicking the header should cause the options you expect to appear.

I wish they would make this more clear, because I completely missed it as well, and restarted Xcode several times.

like image 129
justisb Avatar answered Oct 13 '22 14:10

justisb