gpt4 book ai didi

xcode - 拖放后窗口失去焦点

转载 作者:行者123 更新时间:2023-11-30 13:19:08 25 4
gpt4 key购买 nike

我正在使用 swift 开发 xcode mac 应用程序。我将文件拖放到 NSTableView 中,它工作正常,除非从文件系统进行拖放操作后窗口失去焦点。

override func performDragOperation(sender: NSDraggingInfo) -> Bool {
let thefilesNSArray = sender.draggingPasteboard().propertyListForType(NSFilenamesPboardType) as! NSArray
let theFiles = thefilesNSArray as AnyObject as! [String]
let pageDict = ["key": theFiles]
return false
}

拖动操作完成后如何将焦点设置到应用程序上?

最佳答案

我能轻松做到

我必须返回 true 而不是 false

关于xcode - 拖放后窗口失去焦点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37934379/

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