Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4.2 stop interface builder auto zooming

Is there any way to stop IB in XCode 4 from zooming to try to fill the screen whenever I change the selected control? Trying to develop an iPad storyboard on a 1440x900 laptop screen is driving me crazy. It's making it nearly impossible to position large blocks on the screen.

Does anyone know of some hidden preference to force XCode to stop being so 'helpful'?

Thanks

like image 212
Tim Avatar asked Nov 20 '11 18:11

Tim


1 Answers

Alright, I've been working on trying to figure this out for you on and off for the past couple of days, digging through Xcode's guts and all, and I'm sorry to say I really don't think this is possible. The closest alternative that I think would work would be to use keyboard shortcuts to immediately zoom yourself back out after the auto zoom in :(

At least you can customize them!enter image description here

like image 148
Mick MacCallum Avatar answered Sep 28 '22 05:09

Mick MacCallum