self.alphaView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.6]; // 这样写,可以设置半透明视图的子视图不透明
// self.alphaView.alpha = 0.6;这样写的话,半透明视图的子视图也会有半透明效果
self.alphaView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.6]; // 这样写,可以设置半透明视图的子视图不透明
// self.alphaView.alpha = 0.6;这样写的话,半透明视图的子视图也会有半透明效果