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.
过去我可以在 Interface Builder 的库中找到可用的面板,但在 Xcode 8 中,我在情节提要编辑器中搜索了整个库,没有可用的面板。Apple 刚刚删除NSPanel还是我有问题?
NSPanel
假设您要向情节提要添加第二个窗口(作为面板),请添加一个新的window controller. 然后选择它window并将其类更改为NSPanel. 在属性检查器中,您会发现您的面板可以更改为regular,utility或HUD。
window controller
window
regular
utility
HUD
对于 Cocoa 应用程序,我发现 Nibs/Xibs 有时比故事板更容易使用。