Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Landscape Support? #19

Open
ryanmsusa opened this issue Aug 20, 2013 · 1 comment
Open

Landscape Support? #19

ryanmsusa opened this issue Aug 20, 2013 · 1 comment

Comments

@ryanmsusa
Copy link

Doesn't really work in landscape mode

@fjsosa
Copy link

fjsosa commented Sep 26, 2014

I had an issue in iOS 8, in landscape mode, the problem was solved removing these lines in the init method:

if(self.interfaceOrientation == UIInterfaceOrientationLandscapeLeft || self.interfaceOrientation == UIInterfaceOrientationLandscapeRight){
screenRect.size.width = [[UIScreen mainScreen] bounds].size.height;
screenRect.size.height = [[UIScreen mainScreen] bounds].size.width;
}

this seems to be a hack, but with iOS SDK 8, I could fix the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants