Reputation: 3015
Hello My xcode is showing the screen in half and also not showing storyboard interface builder. below is the screenshot
I have tried to reset the xcode settings as well
defaults delete com.apple.dt.Xcode
But it didn't work. Please tell me how can I fix this
Upvotes: 0
Views: 1694
Reputation: 3219
Main Storyboard > Right click > Open As > interface Builder - Storyboard
Click First button to show your view controller.
Upvotes: 1
Reputation: 10294
These three buttons up here switch your view. Select the left one.
You're actually stuck in the version editor (which looks at your version repository compared with your current code.)
Because storyboard UI can't be viewed with the interface, it shows the underlying xml.
Also the keyboard shortcut is command + enter (credit to farzadshbfn)
Upvotes: 4