目录常见接口限流算法常用的限流算法固定窗口滑动窗口漏桶算法令牌桶算法小结常见接口限流算法
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]];