我是 ios 开发的新手。我想在 xcode 5 中更改所选标签栏项目的色调颜色。
我把它放在 TabBarController.h :
@property(nonatomic, retain) UIColor *selectedImageTintColor
然后我把这段代码放在 .m 文件中查看确实加载:[[UITabBar appearance] setSelectedImageTintColor:[UIColor redColor]];
但什么也没发生?我想在 xcode 5 中为 ios 7 更改所选标签栏项目的色调。感谢您的帮助,抱歉我的英语不好:(