I have an image called arrowWhite. I want to colour this image to black.
arrowWhite
func attachDropDownArrow() -> NSMutableAttributedString { let im
Swift 4
let image: UIImage? = #imageLiteral(resourceName: "logo-1").withRenderingMode(.alwaysTemplate) topLogo.image = image topLogo.tintColor = UIColor.white