CustomFile
enum CustomFile: String
All files that can be selected by a user
-
The folder with songs
Declaration
Swift
case songsFolder
-
An export folder
Declaration
Swift
case exportFolder
-
The
UTType
of the fileDeclaration
Swift
var utType: UTType
-
The optional calculated label of the file
Declaration
Swift
var label: String?
-
The SF icon of the file
Declaration
Swift
var icon: String
-
The message for the file sheet
Declaration
Swift
var message: String