Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orientation Problem #60

Open
schris20 opened this issue Jun 25, 2015 · 1 comment
Open

Orientation Problem #60

schris20 opened this issue Jun 25, 2015 · 1 comment

Comments

@schris20
Copy link

I have just used this library and realized that the alertview is not showing up correct when launched in landscape orientation. The issue is fixed be commenting out the [self transformAlertContainerViewForOrientation]; in the show function in LMAlertView.m. Is it possible to have a flag on the initialisation, or any other solution to avoid commenting out this line?

@davgothic
Copy link

I noticed that this pull request fixes the issue, however I also had to add the following line below line 451 in LMAlertView.m:

viewController.view.frame = [UIScreen mainScreen].bounds;

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

No branches or pull requests

2 participants