This repository was archived by the owner on Oct 14, 2024. It is now read-only.
add hidePassively attribute for MMAlertView#55
Open
litt1e-p wants to merge 2 commits intoadad184:masterfrom
Open
add hidePassively attribute for MMAlertView#55litt1e-p wants to merge 2 commits intoadad184:masterfrom
litt1e-p wants to merge 2 commits intoadad184:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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