简体   繁体   中英

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.

主故事板具有不可见的视图

评论后,这里是相同的视图,没有错误,仍然是不可见的视图

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?

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

Let me know if it works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM