Я хочу сделать текстовый редактор и хочу кнопку сброса, но я не знаю, что могу сбросить UITextField
.Как я могу очистить текст в текстовом поле кнопкой с быстрым 3?
Here's мой код:
import Cocoa
class ViewController: NSViewController {
@IBOutlet weak var textField: NSTextField!
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
@IBAction func Quit(_ sender: Any) {
exit(0)
}
@IBAction func Reset(_ sender: Any) {
}
override var representedObject: Any? {
didSet {
// Update the view, if already loaded.
}
}
}
set textField.text = "" внутри сбросного действия –
textField.text = @ "" –
@ ""? как очень объективно-C – Russell