AMKeyboardFrameTracker icon indicating copy to clipboard operation
AMKeyboardFrameTracker copied to clipboard

More information for the `README.md`.

Open Demircivi opened this issue 2 years ago • 0 comments

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 :).

Demircivi avatar Jan 25 '22 20:01 Demircivi