故事板 – 未知的segue关系:具有NSCollectionView的原型

前端之家收集整理的这篇文章主要介绍了故事板 – 未知的segue关系:具有NSCollectionView的原型前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
只要添加一个NSCollectionView到Storyboard,该代码将不会编译与错误:未知的segue关系:原型.

这是Swift / XCode6-beta4的已知错误还是我错过了什么?

这是一个已知的错误,并在 release notes of Xcode 6 beta-5中提及(有解决方法):

A storyboard may fail to compile after adding an NSCollectionView to
it. (17009377)!

Workaround: Pick a xib that includes the NSCollectionView and load it into a Storyboard based View.!

原文链接:https://www.f2er.com/swift/319646.html

猜你在找的Swift相关文章