MMPopupView icon indicating copy to clipboard operation
MMPopupView copied to clipboard

Pop-up based view(e.g. alert sheet), can be easily customized.

Results 47 MMPopupView issues
Sort by recently updated
recently updated
newest added

![image](https://cloud.githubusercontent.com/assets/6119459/18414255/072d6c42-77f4-11e6-970f-4e35606c80d2.png)

在一个页面有两个MMPopupView 实现的子类popView 两个切换出现时,经常出现崩溃现象 崩在 NSAssert(closestCommonSuperview, @"couldn't find a common superview for %@ and %@", self.firstViewAttribute.view, self.secondViewAttribute.view); 这个里面

https://www.zhihu.com/question/30198825?sort=created bezierPath这种方法,一旦用了,整个弹窗都消失了只剩背景阴影在 UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.bounds byRoundingCorners:UIRectCornerTopLeft | UIRectCornerTopRight cornerRadii:CGSizeMake(10, 10)]; CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init]; maskLayer.frame = self.bounds; maskLayer.path = maskPath.CGPath; self.layer.mask = maskLayer;

如何设置details左侧对齐,弹出协议文字太多全是居中的

状态栏颜色默认是黑色的,能改成别的么?APP中我设置状态栏字体是白色的

如何让popupWindow的状态栏是白色

Sheet 弹出框,点击以后拨打电话,挂掉电话,会自动回到之前的页面,但是键盘消失了

fix sheet 动画在 iOS 10上错误表现,