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

More information for the README.md. #5

Open
Demircivi opened this issue Jan 25, 2022 · 0 comments
Open

More information for the README.md. #5

Demircivi opened this issue Jan 25, 2022 · 0 comments

Comments

@Demircivi
Copy link

Demircivi commented Jan 25, 2022

Not a big deal, but when using the library, it behaved wrongly(the input view was leaving too much space than it actually needed) because of the IQKeyboardManager library that I was using.

I had to add the view controller that I was using this library with to the ignore list of the IQKeyboardManager like following so:

IQKeyboardManager.shared.disabledDistanceHandlingClasses.append(ViewControllerType.self)

In my opinion, it would be great to mention this in the README.md file. It took a while for me to find out what was the issue :).

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

No branches or pull requests

1 participant