iOS7 Facebook NavigationBar Behavior

别等时光非礼了梦想. 提交于 2019-12-05 15:27:24

Long story short: I built my own custom container for that. It provides the ability to switch between tabs, as well as pushing new ViewControllers on each tab. Kind of like a hybrid between UINavigationController and UITabBarController.

If you need a more detailed answer on that please let me know.

I wrote a custom sliding animation transitioning subclass of UINavigationController. It's behavior is similar to Facebook/Instagram. Previous controller navigationBar stays visible seems OK.

Please checkout this CCSlideNavigationTransition. Hopes helpful!

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