UIDocumentPickerViewController
ファイル選択ダイアログを表示する
https://scrapbox.io/files/61f5767a63aa43001e89a23e.png
⚠️ UIKitに含まれる (= SwiftUIで使用するにはラッパを書く必要がある
サンドボックスの外にあるファイルへのアクセスを可能にする性質上さまざまな制約がある
公式ドキュメントを参照
📚 公式ドキュメント
https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller
SwiftUI
https://capps.tech/blog/read-files-with-documentpicker-in-swiftui
txtファイルを開くtutor
複数選択を可能にする
UIDocumentPickerViewControllerのインスタンスのallowsMultipleSelectionをtrueにする
複数選択が機能しないとき
https://developer.apple.com/forums/thread/653192
#Swift