设置父view的透明度,影响子view
2017-05-18 本文已影响0人
请叫我魔法师
_bigImageView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.4];
这样设置就行了
_bigImageView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.4];
这样设置就行了