cwRichardKim / RKDropdownAlert

iOS / Objective C: an extremely simple UIAlertView alternative
https://medium.com/@cwRichardKim/devux-uialertview-alternatives-3a78ab64cbf8
MIT License
1.54k stars 139 forks source link

Two taps required to dismiss RKDropdownAlert #21

Open sepandb opened 8 years ago

sepandb commented 8 years ago

I seem to have a small bug where I have to tap the dropdown alert twice to dismiss that.

Is there a reason for that?

My code is simply :

[RKDropdownAlert title:message];

cwRichardKim commented 8 years ago

might have been fixed with recent pr