Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 262
sumon Avatar asked Jan 23 '13 08:01

sumon


1 Answers

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.

like image 72
DJB Avatar answered Nov 17 '22 01:11

DJB