I want to push a view when I tap on a textfield, and I use the method textFieldDidBeginEditing to do it. The thing is that my navigation controller crashes someway that when I try to go back to the view when the textField is, the navigation bar seems to pop back, but the view that should be popped, stays.
On the other hand, I want the textField not to rise the keyboard, because I think thats one of the problems here.
I would appreciate any comments.
thanks.