我实际上是在打印文本字段中的任何文本,以便在textDisplay
和textf
作为文本字段的标签中显示。
@IBOutlet weak var textf: UITextField!
@IBAction func enter(_ sender: Any) {
textDisplay.isHidden = false
textf.text = textDisplay.text
}
答案 0 :(得分:0)
我知道您想在按下按钮后在标签中显示textField的文本,对吗?确保连接所有@IBOutlet和@IBAction,然后更改为textDisplay.text = textf.text