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

AlertView用作新版本提示时,一般需要将返回的数据进行居左显示,所以将detail的TextAlignment做了全局的配置。

hi, @adad184 . thanks a lot for your great MMPopupView and I using it in my project. It works everything fine now. But sometimes we want to keep alertView no...

你好,我在使用您的MMPopupView时遇到这个情况,自定义的View无法显示,一直找不到原因,以下是我的代码 能否麻烦您帮我看一下是不是哪里错了呢,感谢 `import UIKit import ChameleonFramework enum ShareType { case TOPIC case STATION } class ShareView: MMPopupView { typealias cancelAc = () typealias confirmAc = () -> Void internal var...

能够控制弹框在view上的位置

在iOS10中好像所有的animation都没有效果了

``` MMAlertView *inputView = [[MMAlertView alloc] initWithInputTitle:@"Title" detail:@"" placeholder:palceHolder handler:^(NSString *text) { // 想在点击确定的的时候消失。 }]; [inputView show]; ``` 串神,我在使用有输入框的 AlertView 时,点击取消时会自动消失,点击确定的时候不消失。想在 block 回调的时候调用消失方法,但是此时实例还没初始化,又不能捕获到自己的实例。 暂时的处理是,直接在源码里面 self.inputHandler() 前调了下 hide .... 不知道有没有什么其他的解决办法?

你好,MMPopupView 的 showAnimation 里面的 UIView animation 没有效果呀(直接跳到了animation之后的设置结果)

这个也是比较常用的吧,毕竟原生的Alert就有两个输入框。(根本原因还是手懒)

attachedView是KeyWindow,如何设置点击按钮其他位置隐藏弹框?