1. UIView 视图的渐变填充 override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. //渐变填充色的图形 let rect = CGRect(x: 30, y: 60, width: 200, height: 200) let gradientView = UIView(frame: rect) le…