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.
デフォルトの背景色は黒です。tintColorナビゲーションバーの場合と同様に、どうすれば色を変更できますか?
tintColor
これは不可能だと確信しています。サブクラス化すれば何とかなるかもしれません。
編集: UIMenuController.h ファイルを調べましたが、色を変更する明らかな方法はないようです。それがあなたを助けるなら、それは NSObject のサブクラスです。また、人々が UITabBarController をサブクラス化して色を変更する方法を調べれば、同様の解決策を見つけることができるかもしれません。