J'ai créé le tabBarController par programmation et je veux changer la couleur de la teinte des images (pas la barre) que l'onglet contient. Quelqu'un peut-il me dire comment faire cela dans Swift?
Dans votre "application: didFinishLaunchingWithOptions"
(window?.rootViewController as! UITabBarController).tabBar.tintColor = UIColor.red
ou utilisez le délégué d'apparence.
UITabBar.appearance().tintColor = UIColor.red