GradientView:在iOS和tvOS的UIKit中轻松使用渐变 源码
渐变视图 在UIKit中轻松使用渐变。 Gradient View是围绕CGGradient的简单UIView包装器。 用法 // Initialize a gradient view let gradientView = GradientView ( frame : CGRect ( x : 20 , y : 20 , width : 280 , height : 280 )) // Set the gradient colors gradientView. colors = [. green , . yellow ] // Optionally set some locations gra
文件列表
GradientView-master.zip
(预估有个22文件)
GradientView-master
.gitignore
64B
Sources
GradientView
GradientView.swift
6KB
Example
Screenshots
Screenshot2@2x.png
124KB
Screenshot1@2x.png
139KB
ViewController.swift
1KB
暂无评论