Set inputAccessoryViewForKeyboard so that interactive dismissal works.

This commit is contained in:
David Langley
2022-10-17 17:19:14 +01:00
parent b1651a330e
commit 2cd40bdac8
2 changed files with 5 additions and 3 deletions
@@ -349,7 +349,7 @@ typedef enum : NSUInteger
actually used to retrieve the keyboard view. Indeed the keyboard view is the superview of
the accessory view when the message composer become the first responder.
*/
@property (readonly) UIView *inputAccessoryViewForKeyboard;
@property UIView *inputAccessoryViewForKeyboard;
/**
Display the keyboard.