How can we change the global tint color on iOS7/iOS8 by code? I want to change multiple objects that use this property, but not change each one, that\'s why
Updated for Swift 5
Write in the App Delegate :
self.window?.tintColor = UIColor.green