Questions tagged [popviewcontrolleranimated]

62 questions
0
votes
4 answers

UITextField contents are empty after popViewControllerAnimated

In my app I'm using a navigation controller. My problem is, when I go to previous view and then back to my current view, all TextFields in this view are empty. I don't know how to save these values (in textfields) when I navigate through the stack…
-1
votes
2 answers

UINavigationController popViewControllerAnimated issue

I have LoginViewControllerIphone instance , where I push the instance of TasksRootViewControllerIphone then in TasksRootViewControllerIphone (10 seconds after appearing) I call [self.navigationController popViewControllerAnimated:YES]; And receive…
1 2 3 4
5