adad184/MMPopupView

能否把半透明的遮挡背景色开放出来?

Opened this issue · 1 comments

因为有时候不需要那一层蒙板

        alertView.attachedView.mm_dimBackgroundBlurEnabled = NO;
        alertView.attachedView.mm_dimBackgroundView.backgroundColor = [UIColor clearColor];