Akhil Nair
Akhil Nair

Reputation: 25

How do you get out of the code of the main storyboard in swift?

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

Answers (2)

MiladiuM
MiladiuM

Reputation: 1449

this is how you can switch it back and forth between code view and interface builder: this is how you can switch it back and forth between code view and interface builder

Upvotes: 2

Adis
Adis

Reputation: 4552

Right click the story board in the leftmost file panel, Open As -> Interface Builder - Storyboard.

Upvotes: 1

Related Questions