Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改标签图标默认颜色(蓝色)的颜色。我已经使用 tint color 完成了 iOS5。但是 iOS 4 不支持 tint color。请帮助我。
提前致谢
你可以获得iOS版本
float version = [[UIDevice currentDevice].systemVersion floatValue]; if (version >= 5.0) { // Adjust tint color }
旧版本不允许更改色调颜色