Contents

contentTypesForRecentDocuments

Content types for browsing recent documents.

Declaration

var contentTypesForRecentDocuments: [UTType] { get }

Discussion

The default list is the same as the list of content types you provide to the initializer, or the types you define in CFBundleDocumentTypes in the app’s Info.plist file.

You can define a subset of these types using the UIDocumentBrowserRecentDocumentContentTypes key in the app’s Info.plist file.

See Also

Configuring a document browser