ios - Nesting a navigation controller inside another view -
i have ios app running on navigation controller , view controllers of every navigation base application being managed navigation controller.
unfortunately whenever enter new screen, whole app interface slides over, see video: https://docs.google.com/file/d/0bxyoaz86zllvefk2ahbslutvyvu/edit?usp=sharing
it better if middle section thing slides: https://docs.google.com/file/d/0bxyoaz86zllvmglurnntqvretek/edit?usp=sharing
the header: https://docs.google.com/file/d/0bxyoaz86zllvltnnvmvwdnjlv00/edit?usp=sharing should not move between transitions.
any advice on how can change view structures of app make happen?
thanks
if possible use child view controllers (embed segue in storyboard). have header , footer such navigation , menu outside , tableview's viewcontroller subview.
here's example swiped google image search
Comments
Post a Comment