Sumi-Interactive / SIAlertView

An UIAlertView replacement with block syntax and fancy transition styles.
MIT License
2.51k stars 424 forks source link

SIAlertView window does not resign on iOS 8 #84

Closed BobReid closed 3 years ago

BobReid commented 10 years ago

The window for SIAlertView is staying around swallowing touches on iOS 8. Only reproducible on device in release mode.

Edit: Appears to happen on 8.0.2 but not 8.0

Anyone else seeing this?

BobReid commented 10 years ago

Have a workaround right now by setting the user interaction to NO on the alertWindow in the teardown method. It works but its not ideal because the alertWindow stays around in windows array.

DmitryPR commented 10 years ago

Confirm this is present in iOS 8.1

ka2n commented 9 years ago

It seems this caused by https://github.com/Sumi-Interactive/SIAlertView/issues/42#issuecomment-74877272 .