Reputation: 10058
I'm new to iOS and is trying out the beginner's project of building a calculator. This is where I'm up to:
I don't know what I did but suddenly the view control panel turned into a blank panel:
I can't get the original panel back. I have clicked pretty much everything and still can't get it back.
Upvotes: 1
Views: 197
Reputation: 7602
click on Storyboard and Try to recover Back with ctrl +z or Upload your Demo.
Upvotes: 3
Reputation: 958
I guess you might have pressed "LaunchScreen.storyboard" instead of "Main.storyboard" accidentally. Do check that !
Upvotes: 1
Reputation: 101
Can you please confirm if you have provided correct entry point for the main controller and rootview controller in case if you are using navigation controller.
Upvotes: 1