UIDocumentPickerController does not occupy entire screen in IOS14

前端 未结 0 1295

I am using following code to import files,

if #available(iOS 14, *) {
        let supportedTypes: [UTType] = [UTType.text, UTType.data]
        let documentPi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题