freshOS / KeyboardLayoutGuide

⌨️ KeyboardLayoutGuide, back from when it didn't exist.
MIT License
1.19k stars 60 forks source link

Extraneous space between view and keyboard #30

Closed ahmedk92 closed 5 years ago

ahmedk92 commented 5 years ago

Nice library!

I have an issue though. There is extra space like shown:

Screen Shot 2019-10-22 at 2 10 46 PM

I'm using it like this (inside NSLayoutConstraint.activate([])) accessoryView.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor)

ahmedk92 commented 5 years ago

Turns out I was also using IQKeyboardManager. It, surely, caused a conflict.