objective c - Blurry UI elements in ios8 iPhone6/6+ -
i noticed lot of apps seem rather "blurry" on new iphone 6/6s. how optimize our code/storyboard when app runs on newer devices, doesn't upscaled?
you need either include sized launch images or change project use launch nib file design launch view.
select don't use asset catalog , create nib file instead. way launch view auto-layout , compatible device resolution.
Comments
Post a Comment