iPhone Development/Memory Leaks using UITextField ResignFirstResponder
Topic : iPhone Development/Memory Leaks using UITextField ResignFirstResponder ?
I also ran into this problem and solved it by substituting my UITextField.text with @"" (empty string) before I call the ResignFirstResponder method. Worked for me, hope it works for you...
eg,
/* Before clearing the textfield store the text to another String variable */