Swift Compare la chaîne au titre du bouton

if myButton.currentTitle == "myString" {
  // Do something
}
TheKrisinator