Reputation: 385
I accidentally deleted my storyboard from Xcode and 'put it back' from the trash on my computer. Now, the app still runs fine and shows all necessary elements as it was left, however the .storyboard file in Xcode is showing up completely blank for all views now so I cannot edit anything on it. If I add an element, it will show up on the final product but nothing existing before the storyboard file was deleted is showing up. Would love to know how to fix this.
Upvotes: 1
Views: 487
Reputation: 8108
Try reverting the size class in a storyboard to sizeclass which you designed your views originally in storyboard.
Upvotes: 3