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).
abcdefgandgfedcba. If it just needs to contain the same character, then the strings would be blank. But if it needs to be in the same location then the strings would bedafter stripping common characters. – Jeremy1026 Nov 16 '12 at 20:50