wimagguc / ios-custom-alertview

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

AlertView rotation issue #113

Closed jojonarte closed 7 years ago

jojonarte commented 7 years ago

I'm having an issue with the alertView shadow. Upon rotating the tab I would get this screens below: ORIGINAL ORIENTATION UPON TRIGGERING ALERT: image ROTATING LANDSCAPE: image ROTATING BACK TO PORTRAIT: image

The shadow seems to not properly rotate with the orientation.

timeflying commented 7 years ago

Could you tell me how you fix this issue?

timeflying commented 7 years ago

If you remove the launch screen , the problem is gone.

timeflying commented 7 years ago

PR #103 solve this bug