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.

enter image description here

select don't use asset catalog , create nib file instead. way launch view auto-layout , compatible device resolution.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -