sumon
sumon

Reputation: 742

No options for autoresizing window in size inspector (XCode 4.5.2)

in XCode 4.5.2, when I created a new XIB file, I don't get an options to use the auto-resizing window in the size inspector (on the right hand side). But if I use old Xib files, that was created in another project, I can see the auto-resizing options.

What I am seeing now:

no-options-for-auto-resizing

But I want to see/ have an options like the following image: have-options-for-auto-resizing

I am using XCode 4.5.2

How can I have auto resizing options ? Thanks in advance.

Upvotes: 7

Views: 4476

Answers (1)

DJB
DJB

Reputation: 867

In Xcode, go to File Inspector window just uncheck checkbox given for "Use Autolayout" and switch to Size inspector you will see autoresizing window there.

Upvotes: 30

Related Questions