alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

Alert presented only at next occasion #24

Closed doertydoerk closed 9 years ago

doertydoerk commented 10 years ago

Hi,

I'm using 2 PXAlerts in a modal IOS view that presents a tableview with two choices. One alert fires when the user selects one of the tabs. That works fine. The second alert is supposed to fire at the end of the method invoked by the users choice. Often times that works just fine. Other times however, the alert doesn't show and the modal screen gets dismissed with out the user getting a chance to confirm the Alert by clicking ok. Oddly enough, the underlying screen seems to be in a state in which the alert usually would come up (dimmed brightness, grated out areas).

If I go back to that modal view and do the same drill again, the first alert comes up without problems at the right time but the second alert would get presented two times in a row. It feels as if the alert from the first round just jammed and gets then kick out together with the new alert.

Any ideas? Thanks in advance! Dirk

alexanderjarvis commented 10 years ago

Hi,

Sorry for the late response. It's possible that this is now fixed by #40

Thanks, Alex