Post

Replies

Boosts

Views

Activity

Reply to SwiftUI .fileImporter and custom UTType
Hello! it works let gpxType = UTType(exportedAs: "com.topografix.gpx", conformingTo: .xml) ...............  .fileImporter(isPresented: $openFile,            allowedContentTypes: [.xml, gpxType],            allowsMultipleSelection: true) { (result) in Sergey
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22