okmr-d / DOAlertController

Simple Alert View written in Swift, which can be used as a UIAlertController. (AlertController/AlertView/ActionSheet)
MIT License
405 stars 68 forks source link

Cannot present alert in action of another alert #12

Closed eeschimosu closed 8 years ago

eeschimosu commented 9 years ago

I am trying to present a second alert after presenting one already, but it seems that the action doesn't get called. Is there something wrong with the class, or am I missing something?

eeschimosu commented 8 years ago

The problem was that I didn't dismiss the first alert in order to present the second one.