目录1. 数组(Array)2. 切片(Slice)3. 映射(Map)4. 结构体(Struct)5. 接口(Interface)总结:Go语言的复合数据类型(Copythonmposite Types)是通过组合基本数据类型来构建更复杂的数据结构。常见的复合数据
I have been trying to set a UIImageView background color (see below) in awakeFromNib [imageView setBackgroundColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:1.0]];