autresphere / ASDepthModal

An Objective-C class that adds a sense of depth to your modal popup views.
MIT License
430 stars 74 forks source link

Conflict with UIAlertView #23

Open skywalkerlw opened 10 years ago

skywalkerlw commented 10 years ago

I have a UIAlertView showing, then popover ASDepthModal view. After I dismiss ASDepthModal view. the app will be dead (can not response to any touch event)

This happens on iOS7, seems that in iOS7 UIAlertView hierarchy in window has changed.