嵌套導航欄 editor -> embed in -> navigation controller
全局修改UItabbar的tintcolor
在APPdelegate中添加
UITabBar.appearance().tintColor = UIColor.orangeColor()
即可全局修改tabbar顯示顏色
將控制器從storyboard中抽離:storyboard reference
選中要抽離的控制器 -> editor -> refactor to storyboard -> 新建storyboard
如果項目不支持ios9以上的系統(tǒng) 在tabbarcontroller中代碼添加自控制器即可