Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 xcode 项目中,我替换了一个视图控制器(.h 和 .m),其中我有很多代码......有没有办法恢复这些视图控制器?我的项目没有快照...
如果您点击了“ Remove Reference ”,则该引用将从 Xcode 中删除,但该文件在项目的根文件夹中是安全的。您可以通过右键单击项目 -> 将新文件添加到项目 -> 浏览到项目的根文件夹并选择视图控制器来添加视图控制器。
如果您点击了“ Move To Trash ”,则文件也已从根文件夹中删除,您需要在垃圾箱中找到它并复制到根文件夹,然后按照上述步骤将其添加回 XCode。