Skip to content

Text in textView behind keyboard  #250

Closed
@NBibikov

Description

@NBibikov

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

Activity

hackiftekhar

hackiftekhar commented on Jul 27, 2015

@hackiftekhar
Owner

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

NBibikov

NBibikov commented on Jul 27, 2015

@NBibikov
Author

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

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

hackiftekhar

hackiftekhar commented on Aug 27, 2015

@hackiftekhar
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

NBibikov commented on Aug 31, 2015

@NBibikov
Author

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

hackiftekhar

hackiftekhar commented on Sep 7, 2015

@hackiftekhar
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.

added a commit that references this issue on Jul 12, 2016
38e8eb3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @hackiftekhar@NBibikov

        Issue actions

          Text in textView behind keyboard · Issue #250 · hackiftekhar/IQKeyboardManager