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
Post a Comment