This is the default view without the keyboard
This is what happens when the keyboard shows up
I am using the IQKeyboardManagerSwift and would like to reduce the distance between the keyboard and the textfield. I have already tried changing keyboardDistanceFromTextField, but it didn’t change anything, like this:
IQKeyboardManager.shared.enable = true
IQKeyboardManager.shared.keyboardDistanceFromTextField = 10
And yes, the keyboard manager should be working because I already use it’s other functions like the IQKeyboardManager.shared.enableAutoToolbar = false