gpt4 book ai didi

swift - Cocoa NSTextField 值未更改

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

我以编程方式创建了 NSTextfield:

func createText(point:NSPoint) {
let txtFld = AnnotationTextField(frame: NSMakeRect(point.x, point.y, 360,40))
txtFld.isEnabled = true
txtFld.delegate = self
self.contentView.addSubview(txtFld)
txtFields.append(txtFld)

txtFld.becomeFirstResponder()
}

但是当我单击另一个字段或按 Enter 键时,我的字符串未保存。

enter image description here

最佳答案

我在绘制方法中设置了stringValue。那是我的错

关于swift - Cocoa NSTextField 值未更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47772661/

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