-
Notifications
You must be signed in to change notification settings - Fork 81
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
AlertView is not moving up when keyboard comes up #12
Comments
I had the same issue today, and I chose a way around : I moved the private property alertWindow from CXAlertView.m to the public interface CXAlertView.h , and then : cheers, |
That's is a big problem,I got this one too |
I modified CXAlertViewController for solving this issue. Here is some code:
// Handle keyboard show/hide changes
|
Thank you @miriusus !! Make a push request with your code!!! |
+1 |
Hello.
I've added a textview as a content view and when the keyboard comes up it hides half of alert view, i.e. alert view is not moving up.
Is it possible to make it to move up?
Thanks.
The text was updated successfully, but these errors were encountered: