如何在Xcode中隐藏注释面板

时间:2014-11-18 11:30:17

标签: objective-c xcode macos pdf

我已经下载了PDF注释编辑器代码,我希望在加载窗口时隐藏“注释”面板。我试图搜索一个Hide方法,但我找不到它。

这是原始代码:

AnnotPanel = [AnnotationPanel sharedAnnotationPanel];
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(annotationChanged:) 
        name: AnnotationPanelAnnotationDidChangeNotification object: annotPanel];

1 个答案:

答案 0 :(得分:0)

我得到了解决方案:

[AnnotPanel OrderOut:self];