Skip to content

Instantly share code, notes, and snippets.

@acwright
Created July 26, 2020 20:01
Show Gist options
  • Save acwright/25086e1b84b510a8ac0e198b8db34038 to your computer and use it in GitHub Desktop.
Save acwright/25086e1b84b510a8ac0e198b8db34038 to your computer and use it in GitHub Desktop.
DocExampleApp.swift
var body: some Scene {
DocumentGroup(newDocument: {
DocExampleDocument()
}) { file in
ContentView(document: file.document)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment