You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: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 :).The text was updated successfully, but these errors were encountered: