Question

I created text views non programmatically in the interface builder of Xcode. The text appears clear on interface builder but blurry in the non retina simulator and on iPads without retina displays. I am using Helvetica Neue and Bold versions about the font. Both the bold and regular versions of the font appear fuzzy on non retina displays but clear on retina displays. How can I keep the text readable on both displays?

Was it helpful?

Solution

To fix this error make sure the sizes of your views are divisible by 4.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top