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.
我刚刚开始为 Mac OS X 编写代码,我对选项卡控件感到非常兴奋,就像这个:
但我不明白如何实现它。是否有标准的 UIKit 控件或一些外部控件,或者这只是一组按钮?
UIKit是iOS特定的,不用于 OS X。您正在寻找NSToolbar.
NSToolbar
这是标准NSToolbar控制。您可以在 Xcode 的标准控件面板中找到它。