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.
我可以使用成功隐藏菜单项
self.hiddenKeys = [NSSet setWithObjects:@"key1",nil];
如何动态隐藏子窗格子菜单?这可能吗 ?
一样的方法。只需PSChildPaneSpecifier在父级中使用字典的键即可。如果您想为更改设置动画,可以使用-setHiddenKeys:animated:.
PSChildPaneSpecifier
-setHiddenKeys:animated: