MMPopupView icon indicating copy to clipboard operation
MMPopupView copied to clipboard

add hidePassively attribute for MMAlertView

Open litt1e-p opened this issue 9 years ago • 0 comments

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 hiding when click items such as showing an app version update alertView that we look forward to making user to update app forcibly or some where we want to hide the alertView by ourselves. So I add an attribute named hidePassively to MMAlertView, the default value is NO which wil not affect the normal usage and it will keep showing the alertView when set to YES until calling the function: hide(). you can check the detail in my PR. May I make this PR to you? thanks for your MMPopupView again

litt1e-p avatar Nov 02 '16 06:11 litt1e-p