ios - Using Images.xcassets in XCode 6 beta -



ios - Using Images.xcassets in XCode 6 beta -

i have project utilize images.xcassets organize image resources. after update xcode 6 beta no image displayed when application runs. looks xcode can't find path.

i found temporary solution – old way:

add folder images project tree use initialization [uiimage imagenamed:@"image.png"]

so, what's wrong xcassets in xcode 6?

that xcode6-beta bug. utilize in xcode5. goog luck

ios xcode xcode6 xcasset

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -