How do I perform a push segue within a container

旧时模样 提交于 2019-12-05 14:27:45

问题


Hi I am programming an app for ios6 and and am using the new container feature. It all works but when i perform a push segue, it pushes, but does it full screen. I want the 'View after Segue to be in the container also. Can anyone help?

.......

.......


回答1:


I've found the answer to my own Question! (...Again)

Instead of putting the navigation controller here:

I put it here:



来源:https://stackoverflow.com/questions/14068308/how-do-i-perform-a-push-segue-within-a-container

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!