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.
我想实现就像界面生成器分段控件一样,然后单击它来更改视图,我不知道分段下是否有 NSBrowser。以及如何改变视图,你能给我一些示例代码或演示吗?非常感谢!
用于NSSegmentedControl分段控件,以及用于NSTabView在视图之间切换的表格。如果它在您的应用程序中有意义,您甚至可以将两者绑定到相同的用户默认值并实现它,而无需编写任何代码。
NSSegmentedControl
NSTabView
分段控件是 NSSegmentedControl。