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
I got fixed this issue by adding runtime attribute tintColor in interface builder.
NOTE : You will still need to set your image to be rendered as a template image in your Images.xcassets file.