UIImageRenderingMode とは? iOS 7 より UIImage に UIImageRenderingMode というプロパティが追加されました。このプロパティは UIImage で描画する画像のレンダリングに関する設定で、セットできる値は以下の3つです。 UIImageRenderingModeAlwaysTemplate 以下のガイドラインにはテンプレートとして描画するとかステンシルとして描画するとかいろいろ述べられていますが、いまいちピンときません。 Template Images | UIKit User Interface Catalog | iOS Developer Library In iOS 7, you can choose to treat any of the images in your app as a template—or stencil—