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

Text in textView behind keyboard #250

Closed
NBibikov opened this issue Jul 27, 2015 · 5 comments
Closed

Text in textView behind keyboard #250

NBibikov opened this issue Jul 27, 2015 · 5 comments
Labels

Comments

@NBibikov
Copy link

Hello! Thanks for great library!
I have one problem that i can't fix self
I have textView on UIViewController. For textView i added IQLayoutGuideConstraint
But text still behind keyboard

GIF - http://d.pr/i/1eye6

@hackiftekhar
Copy link
Owner

Can you please try with 'canAdjustTextView' property with YES.

@NBibikov
Copy link
Author

Unfortunately doesn't work
i use
[[IQKeyboardManager sharedManager] setEnable:YES];
and tried add
[[IQKeyboardManager sharedManager] setCanAdjustTextView:YES];

http://d.pr/i/13Z3t

@hackiftekhar
Copy link
Owner

I was trying to reproduce it but I'm unable to do so, @NBibikov FYI the gif links has been expired. If you could share a demo and steps to reproduce issue then it would really help me.

@NBibikov
Copy link
Author

Thanks fro response! I would be very grateful for the help!
https://dl.dropboxusercontent.com/s/0sb98oa335ifqmk/index.html?dl=0

@hackiftekhar
Copy link
Owner

I can confirm that it's a bug and I found that it is calculating wrong move distance and I know how to fix it but it may take some time.

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

No branches or pull requests

2 participants