Jupiter869
Jupiter869

Reputation: 657

Why can I only view Storyboard's source and not Interface Builder?

I was using Xcode and making changes to my storyboard... no problem. Now, I get the source code for the storyboard but not the storyboard images!

When I right click on the storyboard file, I don't see "Interface Builder - IOS Storyboard" as an option.

Anyone have this happen to them?

Upvotes: 12

Views: 11907

Answers (3)

Piper
Piper

Reputation: 1273

What's always worked for me when Open As -> Interface Builder - iOS Storyboard isn't an option is to:

  1. Close Xcode
  2. Reopen

Sometimes this happens when you have:

  • Just resolved a merge conflict
  • Split into diff view to compare previous and current commits

Upvotes: 3

peketamin
peketamin

Reputation: 151

see: XCode 4.2 Version Inspector Hides Storyboard

When I right click on the storyboard file, I don't see "Interface Builder - IOS Storyboard" as an option.

Open As > InterfaceBuilder - IOS Storyboard

probably you opened the file as source code...

Upvotes: 14

Related Questions