I am new to Xcode and iPhone developing. I am stuck in a problem.
I have two textFields and i want to compare these strings. If there is any common character then it should be omitted/deleted, and the new string is displayed in another textfield.
The common character can be at any location in the string and only one character is omitted at a time(in for loop).
I just wrote this! I havent found cases where it doesnt work! Tell me if it works for you!