2dvisio
2dvisio

Reputation: 911

Xcode 6 storyboard does not show my views

The storyboard of my Xcode makes my views invisible (disappearing, vanishing) after I exit and re-open the project.

I can add a view, edit it, add components to it. But once Saved, the view will not be present anymore in the storyboard if I restart the program. The main view will be visible, the connections (segues) to other views will be visible, but not the descendants view. They will be like invisible and locked to their position.

I attach a picture as reference.

Main storyboard with invisible views

After the comment, here is the same view, no errors, still invisible views

I thought it was due to the width/height settings, but enforcing these values to be similar to the main view ones does not fix the problem.

Any clue?

Upvotes: 1

Views: 1221

Answers (1)

SGDev
SGDev

Reputation: 2252

Check ViewController Width and Height , it is possible only when height and width both are 0.

Let me know if it works.

Upvotes: 2

Related Questions