iphone - xCode 5.1 cannot select @2x images in storyboard for image views and buttons -


i've ran issue xcode version 5.1.1 (5b1008). reason, storyboard drop downs refuse show @2x.png images image views , buttons. if paste full image name, 06-magnify@2x.png blue not found question mark. both regular , 2x images added project , visible in project navigator. in copy bundle resources see 2x images copied over.

what's causing me unable select @2x images in uistoryboard in xcode 5.1?

you aren't supposed select them yourself. point set regular image name , app grab appropriate @2x image when requested on retina devices.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -