Contents

playgroundSharedDataDirectory

The path to the directory containing data shared between all playgrounds in Xcode.

Declaration

let playgroundSharedDataDirectory: URL

Discussion

Use this directory to store data that must be persisted between playground runs or shared between multiple playgrounds.

See Also

Data Persistence