Swift Porównaj ciąg z tytułem przycisku

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