タブバーに4つのアイテムがあります。
1> 見てください。(黒い色)
2> オンデマンド。(黒い色)
3> 検索します。(黒い色)
4>設定。(マイカラー)
タブバーのアイテムテキストの色をアイコンの色に合わせて変更するにはどうすればよいですか? (今はタブバーでパフォーマンスが選択されています)
ここに画像の説明を入力
タブバーの「1,2,3」テキストの色をアイコンの色に合わせて変更するにはどうすればよいですか。(今はタブバーでパフォーマンスが選択されています)
TitleTextAttributes を設定しようとしました。
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName: UIColor(red: 255.0/255.0, green: 255.0/255.0, blue: 255.0/255.0, alpha: 1.0),NSFontAttributeName: UIFont(name: "SFUIDisplay-Regular", size: 36.0)!], forState:UIControlState.Normal)
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName: UIColor(red: 22.0/255.0, green: 209.0/255.0, blue: 237.0/255.0, alpha: 1.0),NSFontAttributeName: UIFont(name: "SFUIDisplay-Regular", size: 36.0)!], forState:UIControlState.Focused)
でも好きになりたい。
この問題は tvos 9.1 で発生しました。