I have come across the UIImage
property UIImageRenderingMode
which is introduced in iOS 7. But I don't get the differences among different UIImageRenderingMode
s that are UIImageRenderingModeAutomatic
, UIImageRenderingModeAlwaysOriginal
and UIImageRenderingModeAlwaysTemplate
.
I want to know the basic meaning of them and when/how to use them.