渐变视图 在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