I want to change the tint color for the Edit view controller of tab bar controller. I have managed to change the color for more view controller but not getting clue for this.
By trying below code worked for me
override func viewDidLoad() { super.viewDidLoad() //this line helped me self.view.tintColor = Utilities.mainColor() }