“已删除”来自 MainWindow.xib 的视图控制器。这可能吗?
所以我不小心从xcode中的mainwindow.xib中删除了viewcontroller。我尝试将 xib 拖回主窗口,但没有任何效果。有没有办法让视图控制器回到主窗口?当我运行应用程序时,显示的只是窗口,而不是视图控制器,所以我知道我做错了什么。
So I accidentally removed the viewcontroller from the mainwindow.xib in xcode. I tried dragging the xib back into the mainwindow, but nothing is working. Is there anyway to get the viewcontroller back onto the mainwindow? When I run the app all that is showing is the window, not the viewcontroller so I know I did something wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可能会意外地使用 Xcode 执行各种操作,请确保使用集成的 git 存储库或不时手动备份文件。
正如 bryanmac 所说,您可以创建一个新项目并了解界面生成器绑定的工作原理。
这是一个适合初学者的很好的教程:
http://mobile .tutsplus.com/tutorials/iphone/iphone-sdk-interface-builder-basic-training/
Yes, you can do all kinds of things accidentally using Xcode, make sure to use the integrated git repository or make a manual backup of files from time to time.
As stated by bryanmac, you can create a new project and learn how interface builder binding works.
Here's a good tutorial for starters:
http://mobile.tutsplus.com/tutorials/iphone/iphone-sdk-interface-builder-basic-training/