alexanderjarvis / PXAlertView

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

We must always create own UIWindowLevelAlert window, because existing may be used by other instance or different UIViewController #40

Closed Alexious-sh closed 10 years ago

Alexious-sh commented 10 years ago

It fixes conflicts with some other libs, like ActionSheetPicker-3.0, and #34 too.