Check out example codes for "swift compare string to button title". It will help you in understanding the concepts better.
Code Example 1
if myButton.currentTitle == "myString" {
// Do something
}
Learn ReactJs, React Native from akashmittal.com