改变tabbarItem选中颜色

2016-05-26  本文已影响0人  梦里河

改变tabbarItem选中颜色

tabBar中tabBarItem选中颜色自定义设置

直接代码设置

tabBarController.tabBar.selectedImageTintColor = [UIColor orangeColor];

修改tabBarItem的字体颜色:[tabBarItem setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];

上一篇下一篇

猜你喜欢

热点阅读