wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

How to let user only tap alertview #87

Open tomojiro1125 opened 8 years ago

tomojiro1125 commented 8 years ago

This bug happened.

I have A and B navigationControllerView. Then, when I open ios-custom-alertview in B navigationControllerView, I go back to A navigationControllerView with tapping left back button. When I tap Cancel button in A navigationControllerView, my app crushes. How can I hundle this bug ? I think it's better solution is to let user only tap alertView in B navigationControllerView May I ask what is the best solution ?

Best Regards,