从 Xcode“文件夹参考”访问图像在界面生成器 UIImageView 中
有一个文件夹引用,其中包含 Xcode 中的我的图像。我想将该图像中的图像加载到 Xcode 内部的 UIImageView 中,而不是以编程方式加载,这样我就可以直观地设计界面。
该文件夹中的图像不仅不会出现在 Interface Builder 的“图像视图”->“图像”下拉菜单中,而且当我手动输入路径时,这些图像也不会显示。
Possible Duplicate:
iPhone Interface Builder - Moved resources to sub-directory, now IB can't see them!
There is a Folder Reference that contains my images in Xcode. I want to load an image from that image into an UIImageView inside of Xcode rather than programmatically, so I can visually design the interface.
Not only do the images in that folder not appear in the Image View->Image drop-down menu in Interface Builder, the images don't show up when I manually type in the path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将图像放入 Xcode 中的 Resources 文件夹中,而不是放入文件夹引用中。另外,请确保图像已添加到您希望能够访问图像的目标。为此,请执行以下操作:
Try putting the images into the Resources folder in Xcode instead of your folder reference. Also, make sure the images have been added to the target from which you want to be able to access the images. To do this: