Reputation: 2452
I'm experiencing a very strange simulator issue with Xcode Version 8.0 (8A218a). The simulator starts fine when launching in portrait, however if I rotate to landscape it displays weird. Consequently, any Xcode projects that I run also face the same issue. Any idea how to fix this?
I've tried resetting the simulator contents & settings from the simulator menus, restarting the simulator etc. but to no avail.
EDIT: Restarted Mac, no change :(
Upvotes: 0
Views: 829
Reputation: 23651
This is a known issue with Xcode 8.0. The issue is addressed in Xcode 8.1. You can work around the problem by turning off "Optimize Rendering for Window Scale" from the Debug menu.
Upvotes: 2