Created
July 26, 2020 20:01
-
-
Save acwright/25086e1b84b510a8ac0e198b8db34038 to your computer and use it in GitHub Desktop.
DocExampleApp.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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