在tabbarController中有四个Item选项
每个选项页面的导航栏都一样有titleView和leftBarButtonItem和rightBarButtonItem
然后自定义了一个CustomNavigationController继承UINavigationController
然后在CustomNavigationController中设置导航栏的内容。
以后要用的时候都用CustomNavigationController 可为什么titleView和Item不显示??
好像要在viewController里面设置UINavigationController内容才可以??可这样的话导航栏都一样,设置四次一样内容好麻烦。。。。