Closed ahmedk92 closed 5 years ago
Nice library!
I have an issue though. There is extra space like shown:
I'm using it like this (inside NSLayoutConstraint.activate([])) accessoryView.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor)
accessoryView.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor)
Turns out I was also using IQKeyboardManager. It, surely, caused a conflict.
IQKeyboardManager
Nice library!
I have an issue though. There is extra space like shown:
I'm using it like this (inside NSLayoutConstraint.activate([]))
accessoryView.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor)