Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,所以我正在使用 xcode 上的 nfc 功能,并可能编写它们。但是当我尝试前进时,我发现我无法做到,因为我的“documentTypes”。我已经确定它设置为针对 ios 平台,我只是不知道现在该做什么。
documentTypes我在代码截图中看不到任何声明。
documentTypes
你必须传递一个数组documentTypes。您可以使用下面的行。
var docPicker: UIDocumentPickerViewController = UIDocumentPickerViewController(documentTypes: ["public.text"], inMode: UIDocumentPickerMode.Import)