Search code examples
xcodescreen-resolution

Having 2 xcode windows side by side


So I have a 1920x1080 display, and when I try to run two xcode windows side by side, they overlap each other. I originally faced this problem on my MBP 1650x1050 screen but I am expecting for screen real estate.

Anyone have any ideas how to get it run side by side without the xcode windows getting cropped? I'm using BetterTouchTool to snap the windows to the left and right.

Here's a picture of the cropping:

enter image description here


Solution

  • This isn't possible, OS X applications have predetermined minimum height and width attributes, which as far as I know can't be overridden. Believe me, I'm dealing with the same problem. It's pretty frustrating, but there isn't anything you can do about it.