Sumi-Interactive / SIAlertView

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

Orientation support for iOS 5 #19

Closed ricsantos closed 11 years ago

ricsantos commented 11 years ago

The alert's window was not rotating in iOS 5. Added support for this by implementing the supported interface orientation methods in the windows root view controller.