Recovering Accidental Storyboard Deletion

前端 未结 9 615
[愿得一人]
[愿得一人] 2020-12-20 11:56

I tried looking for the answer but didn\'t find it.

I accidentally deleted my storyboard in XCode4. Is there anyway that I can retrieve it? I looked in the trash ca

相关标签:
9条回答
  • 2020-12-20 12:57

    I have done the same thing. Open up your Trash on the desktop and drag the storyboard back into the open Xcode file.

    0 讨论(0)
  • 2020-12-20 13:01

    You can find the Storyboard file in the Base.lproj folder,from there you can just drag it to Xcode

    0 讨论(0)
  • 2020-12-20 13:01

    Try right clicking on the Project folder and then proceed to Add Files to yourprojectname > Base.Iproj > yourstoryboard file and add this back.

    0 讨论(0)
提交回复
热议问题