wimagguc/ios-custom-alertview

Orientation Support

Closed this issue · 4 comments

I can't get this thing to display landscape mode. You tried to control it so much aesthetically that it became stupid difficult to have it show in landscape orientation.

+1

It's issue with iOS8 and new identyfication [[UIScreen mainScreen] bounds].

Now, bounds of screen changes depending on orientation. If you can't use script above you need to change:

(CGSize)countScreenSize
turn off orientation change for alert in iOS8

Rotation should be sorted for IOS8+ and IOS7. I'm closing the related issues now, please reopen a new one if necessary.