iPhone 将图像添加到项目
我是 iPhone 应用程序开发新手,我正在学习教程并向项目添加图像,但不幸的是,有时图像在 uiimageview 的下拉列表中可用,有时则不然,有人可以帮助我为什么会发生这种情况吗? 问候
i am new to iphone app development i was going through a tutorial and add images to project but unfortunately some time the images are available in dropdown for uiimageview and sometime they are not, can somebody help me why it is happening?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果下拉列表中未显示图像文件的名称,您可以在该下拉列表中输入图像文件的名称。
You can type the name of an image file into that dropdown field if dropdown doesn't show it.
确保您的图像既存在于文件系统中,又导入到项目中。如果仍有问题,请重新启动 IB。
Ensure that your images are both present in the filesystem and also imported into the project. If you still have trouble, restart IB.