I have an image called arrowWhite. I want to colour this image to black.
arrowWhite
func attachDropDownArrow() -> NSMutableAttributedString { let im
Post iOS 13 you can use it something like this
arrowWhiteImage.withTintColor(.black, renderingMode: .alwaysTemplate)