iOS 7, while pop a viewController, the left-to-right animation of View's contents disappear. but the title-change animation of NavigationBar still exists.
I use this code to pop:
[self.navigationController popViewControllerAnimated:YES];
some times this case will happen, sometimes not
I would like to know :
- is this only about iOS 7?
- what I do will absolutely trigger this animation problem happen.
- how to solve this.
appreciate your answers.