1. 程式人生 > >iOS tabbar不回彈!pop回來 圖片文字下移問題

iOS tabbar不回彈!pop回來 圖片文字下移問題

只要在AppDelegate或者tabbarcontroller中加入

//OC
[[UITabBar appearance] setTranslucent:NO];
//swift
tabBar.isTranslucent = false

就會解