界面生成器上缺少视图窗口
我对某个 XIB 文件有疑问。当我使用界面生成器从 xcode 打开它时,我会得到除屏幕预览窗口(视图窗口)之外的所有窗口。
我尝试了这里提出的各种解决方案,例如双击视图对象、关闭并重新启动,但没有成功。我担心它丢失了。请帮忙。
谢谢,
I have an issue with a certain XIB file. When I open it from the xcode using interface builder I get all the windows besides the screen preview one (view window).
I tried all sorts of solutions proposed here like double clicking the view object, closing and relaunching with no success. I am worried that it is lost. Please help.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在朋友的帮助下找到了这个问题的答案。
双击 XIB 窗口中的“查看”项(其中有“文件所有者”和“第一响应者”)。
我知道这可能是一个新手问题,但由于我在这方面浪费了一些时间和精力,我希望我可以帮助其他人。
Found the answer for this with a little help of a friend.
Double click the VIEW item from the XIB window (where you have the FILE'S OWNER and the FIRST RESPONDER).
I know it might be a novice issue but since I lost some time and nerves on this I hope ti might help others.