标签: ios swift
let condition = 99 @IBAction func buttonPressed(sender: UIButton) { if condition == 1 { performSegue(withIdentifier: "basicSegue", sender: self) } else { // Do nothing } }
这只是我的主要Firebase项目中发生的事的示例。我真的很感谢所有回复。