Reputation: 171
I have tow xcassets in my project:
and both was copied to the bundle resources.
And I can see the picture on xib:
When I run the project, NO picture in the bjzjicons.xcassets
was shown on the device/simulator.
But if I move the picture in bjzjicons.xcassets
to Images.xcassets
, they can show correct.
Can anyone tell me why ?
Upvotes: 1
Views: 202
Reputation: 171
I have solved this problem just by moving the xcassets
to the same folder with the xxx.xcodeproj/xcworkspace
.
Upvotes: 1