Interface Builder appears blurry on retina display in Xcode 6.3
Asked Answered
R

4

31

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).

Refinery answered 9/4, 2015 at 14:34 Comment(8)
Noticed this, too - seems like everything renders in @1x and gets upscaled on retina display.Beckman
I have the same problem as well, it's as maxkonovalov said, its probably rendering everything @1x even default buttons and labels :(Prynne
Experiencing the same here. This is frustrating. They keep on endorsing retina then this.Adon
This is the second major bug in XCode 6.3 (the other one is described here: #29542856)Sacrilege
I just downloaded 6.3 and noticed this. Very frustrating!Arleta
Who the f...reak made me upgrade to 6.3?.......Swirsky
I see this in Xcode as well as Time Machine on my Mac. The issue seems to correlate with OS X 10.10.3 coming out -- I remain unconvinced that it's just Xcode.Word
The third major bug in XCode 6.3 (another is builds) #30331802Jobber
R
1

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

Refinery answered 19/5, 2015 at 15:19 Comment(0)
D
1

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.

Dunbarton answered 18/4, 2015 at 19:44 Comment(0)
A
1

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.

Antigen answered 19/4, 2015 at 11:57 Comment(0)
R
1

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

Refinery answered 19/5, 2015 at 15:19 Comment(0)
A
0

Have you tried re-installation of the same version? That helped once. Alternatively, can upgrade to newer version, too.

Achelous answered 3/5, 2015 at 19:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.