MonoTouch 资源
我想在界面生成器中使用按钮、背景图像。问题是当我将文件添加到 MonoDevelop 中的项目时,图像不会出现在界面生成器中。有人可以告诉我将图像放在哪里以便它们出现在界面生成器中吗?
I want use a images for buttons, background in interface builder. The problem is when I add the files to my project in MonoDevelop the images don't appear in interface builder. Could someone please tell me where to put the images so that they appear in interface builder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们不会出现在 IB 中,您必须手动输入路径。
当您第一次将图像放入 IB 中后,如果您重复使用它,它将开始显示。但即便如此,它也只能在同一个 XIB 文件中执行此操作。
MonoDevelop 在一些需要与 IB 沟通的地方略有缺乏,但它在相反的方面做得很好——或者对 IB 的变化做出反应。
They won't show up in IB, you have to type out the path manually.
After you put an image in the first time in IB, if you reuse it, it will start showing up. But even then, it can only do this within the same XIB file.
MonoDevelop is lacking slightly in some places where it needs to communicate with IB, it does a good job going the other way--or reacting to IB's changes, however.