从 Xcode“文件夹参考”访问图像在界面生成器 UIImageView 中

发布于 2024-10-02 08:14:12 字数 438 浏览 4 评论 0原文

可能的重复:
iPhone Interface Builder - 已移动资源到子目录,现在IB看不到它们了!

有一个文件夹引用,其中包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半窗疏影 2024-10-09 08:14:12

尝试将图像放入 Xcode 中的 Resources 文件夹中,而不是放入文件夹引用中。另外,请确保图像已添加到您希望能够访问图像的目标。为此,请执行以下操作:

  1. 在组和列表中选择图像。 Xcode 中的“文件”列
  2. 右键单击​​图像并选择“获取信息”
  3. 在出现的“信息”窗口中,选择“目标”选项卡 选中
  4. 您需要能够从中访问此文件的目标旁边的框

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:

  1. Select the image in the Groups & Files column in Xcode
  2. Right-click on the image and select Get Info
  3. In the Info window that comes up, select the Targets tab
  4. Check the boxes next to the targets that you need to be able to access this file from
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文