5

After upgrading to Xcode 7.2 the iOS simulator looks fuzzy and pixelated. The simulator version is 9.2.

Simulator Screenshot:

imulator Screenshot

Phelippe
  • 105
  • 2
  • 11
  • Scale it to 100%. Clearly your simulator is being shown at less than 100% since because it won't fit on your computer's screen. – rmaddy Jan 16 '16 at 19:44
  • Thanks @rmaddy. But how to make it look normal then? I mean normal size. – Phelippe Jan 16 '16 at 19:47
  • As I said, scale it to 100%. Simulator -> Window -> Scale – rmaddy Jan 16 '16 at 19:48
  • @rmaddy I did. After which it has width and heigh of almost half the screen of iMac 27" – Phelippe Jan 16 '16 at 19:51
  • Right. Those are your two choices. 1) Nice and clear but too big to fit on the screen, or 2) Fuzzy but scaled small enough to see the whole thing. – rmaddy Jan 16 '16 at 20:19
  • Possible duplicate of [Why do my iOS fonts look very pixelated? Best font for iOS7?](https://stackoverflow.com/questions/22053892/why-do-my-ios-fonts-look-very-pixelated-best-font-for-ios7) – Syfer Jun 01 '18 at 11:51

2 Answers2

6

Go into debug and untick the "Optimize Rendering for Window Scale" option

enter image description here

arclight
  • 5,299
  • 1
  • 22
  • 26
0

Showing on external non-retina display may also seem fuzzy.

Dot Cink
  • 381
  • 2
  • 12