I want to compare two lines. It does not work when the string is uppercase. How to convert both strings to capital letters and compare.
I have some sample code, can someone fix this.
if ([[txtAnswer.text capitalizedString] isEqualToString:[answer capitalizedString]]) {
source share