Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我的 xcode 加载时,我看到这样的元素面板:
但是,当我单击项目中的任何文件时,此面板会消失并显示此面板:
之后我无法打开元素的扩展版本,无法将它们添加到 xib 文件中。我怎样才能打开它?
可用于 Cocoa 和 Cocoa Touch 的对象库之间存在巨大差异。您所说的“扩展”元素仅适用于 OSX 开发。
您谈论的元素仅适用于Mac-Development(Cocoa),不适合iOS(UIKit / Cocoa Touch)甚至不支持
这些控件不符合 IOS HIG 且未由框架实现