Reputation: 25
On my story board in swift, instead of showing the visual representation of the storyboard, it shows me the code behind the storyboard (not the view controller) does anyone know how to get back to the visual representation?
Upvotes: 1
Views: 2394
Reputation: 1449
this is how you can switch it back and forth between code view and interface builder:
Upvotes: 2
Reputation: 4552
Right click the story board in the leftmost file panel, Open As -> Interface Builder - Storyboard.
Upvotes: 1