目录一、类型系统的哲学分野1.1 new() 的通用性设计1.2 make() 的特化使命二、内存模型的实现差异2.1 new() 的底层机制2.2 编译器前端的语法解析2.3 进入运行时系统的内存分配2.4 深入 mallocgc 的内存分配流程2.5 m
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]];