ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

Fix iOS 8 iPad landscape background window display. #32

Closed loyalt closed 10 years ago

loyalt commented 10 years ago

Hi Chris,

On iOS 8 iPads in landscape orientation the background window for your alert view gets displayed off-center due to Apple changing the behavior of -[UIScreen bounds]. Using the new -nativeBounds makes the behavior the same as it is on iOS 7.