logo
  • 教程列表
  • SO官方文檔
  • UIImage
    • 建立 UIImage
    • 比較影象
    • 顏色的漸變影象
    • 轉換 UIImage tofrom base64 編碼
    • 使用檔案內容建立和初始化影象物件
    • 帶帽的可調整影象
    • 邊界的漸變背景圖層
    • 拍一張 UIView 的快照
    • 將 UIColor 應用於 UIImage
    • 改變 UIImage 顏色
    • 使用 UIColor 建立 UIImage
  1. StackOverflow 文件
  2. iOS 教程
  3. UIImage
  4. 邊界的漸變背景圖層

邊界的漸變背景圖層

Created: November-22, 2018

+ (CALayer *)gradientBGLayerForBounds:(CGRect)bounds colors:(NSArray *)colors
{
    CAGradientLayer * gradientBG = [CAGradientLayer layer];
    gradientBG.frame = bounds;
    gradientBG.colors = colors;
    return gradientBG;
}
  • 拍一張 UIView 的快照
  • 帶帽的可調整影象

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明