Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface Builder appears blurry on retina display in Xcode 6.3

I just recently downloaded the latest public release of Xcode (6.3) and I noticed the storyboard for my app is now low res on my Retina MacBook Pro. Images, text and standard UI elements all appear blurry. On the actual device everything looks fine and code still looks sharp its just while working in the Interface Builder.

Has anybody else noticed this and figured out a way to fix it? This is happening to me in both Swift and Objective-C projects including in Apple's sample projects (Master-Detail Application and etc).

like image 634
Max Stein Avatar asked Apr 09 '15 14:04

Max Stein


3 Answers

I submitted this as a bug report, and Apple responded by saying that it is the desired appearance. They did not give an explanation, that was all they said.

like image 109
DaveAMoore Avatar answered Nov 06 '22 23:11

DaveAMoore


It appears to be related to a bug in the newest iOS SDK, and as a workaround, they've forced Interface Builder to render everything at 1x. Currently, there doesn't seem to be any solution to this annoying problem other than to wait.

like image 1
Can Poyrazoğlu Avatar answered Nov 07 '22 01:11

Can Poyrazoğlu


Just installed Xcode version 6.3.2 and this issue appears to have been fixed.

like image 1
Max Stein Avatar answered Nov 07 '22 00:11

Max Stein