在Go语言中,可以使用range关键字来遍历一个map。range关键php字会返回两个值:key和value。
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]];