Swift Compare String com o título do botão

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