更改按钮标题迅速时plist中的错误

时间:2018-07-18 03:44:43

标签: ios swift

您好,我试图更改按钮标题,但我不了解plist的错误。请帮忙。

这是我遇到的plist错误:

this is the plist error I got.

这是代码:

@IBAction func Helllo(_ sender: UIButton) {
    sender.setTitle("hello", for: UIControlState.normal)
}

我不知道要为for:参数添加什么?

0 个答案:

没有答案