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.
「スタイル」ドロップダウンメニューのオプションの1つを選択することにより、xibファイルでこれを行うことができます。「黒の半透明」。プログラムでそれを行うにはどうすればよいですか?
どうも
設定UIToolbar.barStyleしてみてくださいUIToolbar.translucent。
UIToolbar.barStyle
UIToolbar.translucent
これを設定するViewControllerで、以下を追加しますviewDidLoad。
viewDidLoad
[self.navigationController.toolbar setBarStyle:UIBarStyleBlackTranslucent];