Orientation Support
Alexb1203 opened this issue · 4 comments
Alexb1203 commented
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.
scinfu commented
+1
daniloavila commented
+1
awoczek commented
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
wimagguc commented
Rotation should be sorted for IOS8+ and IOS7. I'm closing the related issues now, please reopen a new one if necessary.