-1
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var manu_label: UILabel!
@IBAction func buttonpresses(_ sender: UIButton) {
let title=sender.title(for:[])
manu_label.text="you clicked \(title)) button"
}
}
ボタンをクリックしようとすると、UIボタンの唯一のテキストではなく、このテキストがシミュレータに表示されます。ラベルにUIのテキストを表示しようとしていますが、問題のようですか?
ボタンをクリックすると、まさに何が起こったのですか? –
あなたの質問は明確ではありません。正確にはどうなりますか? – rmaddy