Search code examples
iosxcodesimulator

How to zoom in iOS Simulator more than 100%?


I'm working on my project and use Xcode iOS simulator. I want to zoom in more than 100% for iPhone 5/5s screen size, but the maximum is just 100%. I use retina display 13'' Macbook, so I can't see every details what is going on the screen. Is there any solution to solve this problem?


Solution

  • You can't zoom more than 100%.

    One idea if you wanna see some deeper details of one specific UI you can take a screen shot of the 100% zoomed screen by pressing/going to

    command + s or File > Save Screen Shot

    and then Zoom it as deep as you want.