-
Notifications
You must be signed in to change notification settings - Fork 146
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
Rotation size and origin #44
Comments
Hi @Bejil, Thanks for using FCAlertView and for pointing out this issue. I will look into it and let you know once it's fixed. |
A dirty fix would be to handle device rotation notifications and keyboard notifications.
|
Interesting workaround @Bejil! |
@nimati Any updates on this feature? Would be a great addition to an otherwise polished and very simple control! |
Hi there, this feature is under dev and should be released soon! |
Hi there, FCAlertView has been updated with some new features. This one is still on the radar for next release as it is a bit more trickier. Please feel free to contribute to the library if you've found a solution for it. Thanks! |
For the orientation change this should be ok. Similar to @Bejil's solution, but shorter. Add to your init method:
And add these 2 methods:
|
i have implement in @kkristof200 given two method but my landscape and portrait issue not resolved |
I have a problem rotating my device with an alert added to the window.
The alert is no longer centered and the background view is no longer the right size.
Same with keyboard opened when having a textField.
The text was updated successfully, but these errors were encountered: