Initializer

init(viewing:viewer:)

Creates a document group that is able to view reference file documents. あるリファレンスファイル書類を閲覧することができる書類グループを作成します。

Declaration 宣言

init(viewing documentType: Document.Type, viewer: @escaping (ReferenceFileDocumentConfiguration<Document>) -> Content)
Available when Document conforms to ReferenceFileDocument and Content conforms to View. DocumentReferenceFileDocumentに準拠する、そしてContentViewに準拠する場合に利用可能です。

Parameters パラメータ

documentType

The type of document being viewed. 眺められている書類の型。

viewer

The viewing UI for the provided document. 提供された書類に対する視聴UI。

Discussion 議論

The current document for a given editor instance is also provided as an environment object for its subhierarchy. 与えられたエディタインスタンスに対する現在の書類はまた、それの会階層に対する環境オブジェクトとして提供されます。

  • See Also: CFBundleTypeRole with a value of “Viewer” 次も見てください:“Viewer” の値をもつCFBundleTypeRole

See Also 参照

Creating a Reference File Document Group リファレンスファイル書類グループを作成する