我有一个iOS项目,它在一个UIView中使用了一堆图像
我已经在Interface Builder中创建了视图,并将其放入所有适当的子视图(UIImageViews、UIButton等)
我想在IB中的项目资源中使用一个图像,但IB似乎只知道显式添加的图像。如果我在XCode中的资源中添加了一个完整的文件夹,IB并不知道它们,
但是,如果我拖动文件本身,IB会找到它们。
The problen is, I have all my images arranged nicely in folders, and I don t want to have to drag each new image into XCode. XCode even has an option to create folder references that will load anything in those folder automatically. How do I get IB to work with images added that way?