-
Notifications
You must be signed in to change notification settings - Fork 107
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
UITextfield covered by Keyboard #16
Comments
NYAlertView line 295 _backgroundViewVerticalCenteringConstraint set this constant to be -55.
+@Property (nonatomic, readonly) NSLayoutConstraint *backgroundViewVerticalCenteringConstraint; |
@JJJJJJJerk Im sorry I don't understand your answer, can you please elaborate? Would this make the view controller scroll up as the keyboard is shown? Or what? |
@JJJJJJJerk Your code doesn't even work, I can't import NYAlertView from pods. |
This does work for me. Did you do |
@JJJJJJJerk has the right idea.
although its not the best solution. but it gets the job done for me |
Well this is really crappy solution, should be stated in main page to alert users that this crucial func is not implemented |
Barely usable , you turn landscape and what ... This lib is not ready for production |
When the message is long,and there is a UITextField under it, the UITextField is covered by the keyboard. Is there a way to shift the UITextField to uncover it?
The text was updated successfully, but these errors were encountered: