【发布时间】:2014-11-18 11:30:17
【问题描述】:
我已经下载了 PDF Annotation Editor 代码,我想在加载窗口时隐藏 Annotation 面板。我试图搜索隐藏方法,但找不到。
这里是原始代码:
AnnotPanel = [AnnotationPanel sharedAnnotationPanel];
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(annotationChanged:)
name: AnnotationPanelAnnotationDidChangeNotification object: annotPanel];
【问题讨论】:
标签: objective-c xcode macos pdf