【发布时间】:2017-08-24 16:33:45
【问题描述】:
每次我点击按钮时,我都希望按钮隐藏 3 秒,然后在 3 秒结束后,我希望按钮不被隐藏。
@IBOutlet var save: UIButton!
@IBAction func button(_ sender: Any) {
}
【问题讨论】:
-
那么问题出在哪里?你有什么问题?
-
@Sam Burns Google Timer in swift。
标签: ios button swift3 timer hidden