目录1. 写在最前面2. 介绍2.1 特点介绍2.2 使用函数解释3. 代码示例4. 碎碎念5. 参考资料1. 写在最前面
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]];