Is it possible to modify a UIImage\'s renderingMode from a storyboard or xib editor?
UIImage
renderingMode
The goal is to apply tintColor to the par
tintColor
Crazy this bug is still in iOS 12.1! For storyboards/xibs: Adding a tag to the UIImageView can be a quick fix.
Swift 4.2
view.viewWithTag(1)?.tintColorDidChange()