alexanderjarvis / PXAlertView

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

Update PXAlertView.m #25

Closed dodohua closed 10 years ago

dodohua commented 10 years ago

1.fixed bug:when creat 5 alertView At the same time,after closed all the alertViews,the mainwindow can not access Accepted touch event 2.disable setupGestures let PXAlertView behavior like uialertview

alexanderjarvis commented 10 years ago

Thanks but sorry but I can't merge this – I don't want to change the method signature to include gestures. It would be my preference to disable this with another method call. In future, if you could commit atomically, I could merge the bug fix independently.