Reputation: 911
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.
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
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