【问题标题】:How to hide a Annotation Panel in Xcode如何在 Xcode 中隐藏注释面板
【发布时间】: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


    【解决方案1】:

    我得到了解决方案:

    [AnnotPanel OrderOut:self];
    

    【讨论】:

      猜你喜欢
      • 2017-07-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-04
      • 2017-10-18
      • 1970-01-01
      • 2021-04-01
      • 1970-01-01
      相关资源
      最近更新 更多