简体   繁体   中英

XCode storyboard doesn't show scene

After finishing work on one of my screens in my swift project yesterday. I came back to modify it today and saw this: screenshot http://i60.tinypic.com/zn7qbq.png

The screen is still working properly at runtime, I have no idea what could cause this. (Xcode 6.1, iOS 8.2)

Copy the ViewController by activating the ViewController you want to be copied like shown in your picture. Then press command + x to, click into the storyboard and then command + v to paste it again.

NOTE

Your segues will be gone, so remember their identifiers and from where, to where they go before copying / pasting the ViewControllers.

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