I have an ios app that is running on the navigation controller and all the view controllers of every navigation base application are being managed by this navigation controller.
Unfortunately whenever I enter a new screen, the whole app interface slides over, see this video: https://docs.google.com/file/d/0BxYOAz86zlLveFk2aHBSLUtVYVU/edit?usp=sharing
It would be better if only the middle section was the only thing that slides: https://docs.google.com/file/d/0BxYOAz86zlLvMGluRnNtQVRETEk/edit?usp=sharing
The header: https://docs.google.com/file/d/0BxYOAz86zlLvLTNnVmVwdnJLV00/edit?usp=sharing should also not move between transitions.
Any advice on how I can change the view structures of the app to make this happen?
Thanks