iOS 13 introduced the floating digitial keyboard and this breaks my custom inputView that I am using on a UITextField. Is there anyway to detect that the floating digital keyboard is being used so I can properly size / hide some buttons from my custom inputView?
I tried using size classes to hide things, however the width is considered regular instead of compact when the floating keyboard is used.