用如下方式给父类view设置透明度不要使用alpha设置
self.backgroundColor = [[UIColor lightGrayColor] colorWithAlphaComponent:0.5];