UIView

1.父视图半透明,子视图不透明

    FatherView.backgroundColor = [[UIColor lightGrayColor] colorWithAlphaComponent:0.5];

将来的自己,会感谢现在不放弃的自己!
原文地址:https://www.cnblogs.com/TheYouth/p/4903150.html