标签: ios swift
我想这样做:
现在,我找不到如何制作1。 我在ViewController中编写了2.和3.使用这样的简单代码:
@IBOutlet weak var field: UITextView! @IBAction func clear(_ sender: Any) { field.text = "samplesamplesample" field.selectAll(nil) }
我如何解决我的问题?