今天发现设置UIView设置alpha或者设置其layer的opacity时,其Subview的透明度也会跟着变。解决方法如下: [[UIColor blackColor] colorWithAlphaComponent:0.5]