Clay Bridges
Clay Bridges

Reputation: 11860

Xcode 9 simulator looks terrible

It's extremely pixelated, aliasing is terrible, see below, yuck!

I'm running on Sierra, 2015 rMBP, external Apple Display.

Is there a way to fix it? Without success, I've tried:

  1. Scaling to 100%
  2. Turning on/off Debug > Optimize Rendering for Window Scale (from here)
  3. Debug > Graphics Quality Override > High Quality

1997 called and wants its graphics back!

Upvotes: 4

Views: 609

Answers (1)

russbishop
russbishop

Reputation: 17219

The 100% sizing in Xcode 9 has a bug where it considers 3x devices to be 2x for scaling. Manually resize the device larger and it should clear up.

Upvotes: 6

Related Questions