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.
タブアイコンのデフォルトカラー(青)の色を変更したいです。iOS5ではティントカラーを使用しましたが、iOS 4ではティントカラーがサポートされていません。助けてください。
前もって感謝します
iOS版を入手できます
float version = [[UIDevice currentDevice].systemVersion floatValue]; if (version >= 5.0) { // Adjust tint color }
古いバージョンでは色合いを変更できません