I have a view controller using both the standard keyboard and custom keyboard input + accessory views. I would like to update the accessory view state when a user drags to dismiss the input view (both keyboard and custom input).
Is there any way to detect when a dismissal is performed by the user, specifically through interactive drag to dismiss?
(Note: this must be different from events triggered via programmatic dismissal of keyboard)