1、使用背景图片。
2、使用colorWithAlphaComponent:方法
UIColor *color = [UIColor blackColor];
bgView.backgroundColor = [color colorWithAlphaComponent:0.5];
1、使用背景图片。
2、使用colorWithAlphaComponent:方法
UIColor *color = [UIColor blackColor];
bgView.backgroundColor = [color colorWithAlphaComponent:0.5];