gpt4 book ai didi

cocoa - NSOpenPanel 的 swift 2.0 等效项

转载 作者:行者123 更新时间:2023-12-03 17:49:18 25 4
gpt4 key购买 nike

我找到了这个 swift 1.2 教程来打开面板。但它在 swift 2.0 中不起作用。

@IBAction func selectFile(sender: AnyObject) {
var openPanel = NSOpenPanel()
openPanel.title = "Select file"
openPanel.beginWithCompletionHandler({(result:Int) in
if (result = NSFILEHandlingPanelOKButton){
print(openPanel.URL!)
}
})
}

我收到错误无法解析的标识符 NSOpenPanel,Swift 2.0 的等效项是什么?

我也尝试在 iOS 和 MacOS 下创建 Cocoa 类,但没有任何运气。

最佳答案

如果还没有,请尝试导入 AppKit:

import AppKit

您可以阅读Apple Docs就在上面。

关于cocoa - NSOpenPanel 的 swift 2.0 等效项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32570918/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com