プログラムでtabBarControllerを作成し、タブに含まれる画像(バーではなく)の色合いの色を変更したいと思います。 Swiftでそれを行う方法を誰かに教えてもらえますか?
あなたの 'application:didFinishLaunchingWithOptions'
(window?.rootViewController as! UITabBarController).tabBar.tintColor = UIColor.red
または外観デリゲートを使用します。
UITabBar.appearance().tintColor = UIColor.red