UIImageRenderingModeAlwaysOriginal
UIImageRenderingMode is a property of the UIImage class in Apple's UIKit framework. It determines how an image should be rendered when it is used in a user interface. This property is particularly useful for template images, which are often used for icons or other graphical elements that need to adapt to the tint color of their surrounding UI elements.
There are three possible values for UIImageRenderingMode:
Original: This is the default rendering mode. When an image is rendered with the original mode, its
AlwaysTemplate: In this mode, the image is treated as a template. All color information in the image
AlwaysOriginal: When an image is rendered with the always original mode, it will always be displayed with
By choosing the appropriate UIImageRenderingMode, developers can ensure their images are displayed as intended, whether they