UIImage的渲染模式

2017-12-16  本文已影响20人  HAPPY小元宝
  public enum UIImageRenderingMode : Int {
    case automatic // Use the default rendering mode for the context where the image is used
    case alwaysOriginal // Always draw the original image, without treating it as a template
    case alwaysTemplate // Always draw the image as a template image, ignoring its color information
}
上一篇 下一篇

猜你喜欢

热点阅读