How to change the text color of rightBarButtonItem Item in Swift

I am trying to change the text color of the rightBarButtonItem item text and it blue by default . I am trying to change it to black . My current code for that is: self.navigationItem.rightBarButtonItem?.tintColor = .black This does not change anything and the text color is the same . Added the cancel rightBarButtonItem image… Read More How to change the text color of rightBarButtonItem Item in Swift