MMPopupView icon indicating copy to clipboard operation
MMPopupView copied to clipboard

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

Open qinhongke opened this issue 4 years ago • 1 comments

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

qinhongke avatar Aug 15 '20 08:08 qinhongke

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

albertjson avatar Jan 28 '24 15:01 albertjson