Why do my iOS fonts look so jagged? Best font for iOS7?

I choose Helvetica Neue UltraLight in IB, and it really looks pretty awful. Are there any best settings for embedded iOS fonts or all beautiful fonts for all custom imported products?

Best background color, font, shadow offset, size? This works for you, i.e. Your favorite settings or fonts.

enter image description here

Simple label. IPad screen shot, no retina.

+3
source share
1 answer

I had the same problem and took a couple of hours to find out. Therefore, the main problem is that the label or parent frame / label center uses floating numbers. you can try this and this

, , self.tabsView.layer.shouldRasterize = YES;, / .

, .

+9

All Articles