Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface Builder Zoom in Zoom Out [duplicate]

Is there a way to zoom in/zoom out in the Interface Builder within Xcode 4?

like image 504
Yogesh Agarwal Avatar asked Aug 11 '11 19:08

Yogesh Agarwal


2 Answers

The current (very annoying) situation is that you can zoom in storyboards, but there is absolutely no way to zoom in a xib editing window.

like image 198
Phill Apley Avatar answered Nov 05 '22 13:11

Phill Apley


XCode 5 still allows zoom in storyboards only. This is their way of telling us we should be using storyboards.

Its just never going to be possible to zoom in on a xib file.

Edit: Also possible: you sacrifice resolution but every mac can zoom on any part of the screen by holding Control+Scrolling Up/Down.

Edit 2: Accept it people, you can't zoom on xib files. But you CAN zoom your whole mac display if you prefer to view the same pixels in bigger format

like image 8
bkbeachlabs Avatar answered Nov 05 '22 13:11

bkbeachlabs