1

I have a localized app for iOS. I localized my images and set them to views from code. I removed localized images from .xcassets and now that images are in some folder 'localized_images'. But now some views in storyboard were left empty. How can I set an image for imageview in storyboard not from .xcasset folder but from my folder 'localized_images'

Alexander
  • 161
  • 2
  • 14

2 Answers2

1

Just type the name of the image with its extension(exampleImage.png) in the attribute inspector

Also if you want 1x 2x 3x images you have to create Asset catalog

enter image description here

harshal jadhav
  • 5,456
  • 2
  • 18
  • 26
0

you can do same way as you set when it is in .xcassets ! In storyboard select your imageview and from attribute inspector select image. If you can not found image then type its name and hit enter! that's it!

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75