I\'m trying to check if a string is palindrome or not using objective c. I\'m new to programming without any experience in other programming languages so bear with me please
NSString *str=self.txtFld.text; int count=str.length-1; for (int i=0; i