0

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

4

1 に答える 1

0

可能であれば、子ビュー コントローラーを使用します (ストーリーボードにセグエを埋め込みます)。次に、ナビゲーションやメニューなどのヘッダーとフッターを外側に、テーブルビューのビューコントローラーをサブビューにします。

これは、Google画像検索からスワイプした例ですここに画像の説明を入力

于 2013-08-01T00:45:31.907 に答える