Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accidentally deleted Main.Storyboard

Tags:

ios

swift

I was trying to follow directions in a Udacity class and when I did, it deleted the Main.Storyboard file in the project navigator (I don't think the file itself was deleted). I read the popup but fat-fingered the delete button instead of backing out. How can I get it back? Note: I am extremely new to programming, FYI...

like image 238
Tibi Gurau Avatar asked Aug 01 '15 06:08

Tibi Gurau


1 Answers

I just happened to figure this out on my own. In case anyone else runs into this issue: Click file/open, navigate to your program folder, find Base.lproj, open Main.storyboard. If the file isn't there, you probably deleted and need to restore it from the recycling bin.

like image 104
Tibi Gurau Avatar answered Oct 22 '22 09:10

Tibi Gurau