alexanderjarvis / PXAlertView

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

isn't suitable with iOS8 + #59

Open ZengSir opened 8 years ago

ZengSir commented 8 years ago

The UIAlertView in iOS8 should be replaced with UIAlertViewController,or it will lead to bugs occur. At the same time, when clicking buttons on the UIAlertView, views beneath the UIAlertView can be touched.