pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Alert disappear #56

Closed MattiaConfalonieri closed 6 years ago

MattiaConfalonieri commented 6 years ago

I think that I found a little bug

If You Call two alert in sequence:

First alert->ok call->second alert

the second alert disappear immediately and block the app with the only maskbackground visible.

If you delay the second alert call this don't happen.

Hope that my explanation is clear.

pmusolino commented 6 years ago

How is the VC that present the alert, the old alert or the main vc? Can you show me your implementation?

-Paolo

MattiaConfalonieri commented 6 years ago

Both alert are presented by the topView controller, same view controller.

MattiaConfalonieri commented 6 years ago

Hi, any news about this issue?

pmusolino commented 6 years ago

Fixed 3.2.0. Already available via Cocoapods.

MattiaConfalonieri commented 6 years ago

I love you ♥️😂