From 25ff69c250f603d2b6cee6fb1437e859c9ab37a4 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 30 Jun 2019 01:22:32 +0100 Subject: IOS7: Use scrollview for keyboard accessory view This allows to have more buttons than what can be displayed on the screen, and now to have all the same buttons on iPhone and on iPad. --- backends/platform/ios7/ios7_keyboard.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backends/platform/ios7/ios7_keyboard.h') diff --git a/backends/platform/ios7/ios7_keyboard.h b/backends/platform/ios7/ios7_keyboard.h index 51e1ba9c3f..af9e5be0be 100644 --- a/backends/platform/ios7/ios7_keyboard.h +++ b/backends/platform/ios7/ios7_keyboard.h @@ -26,9 +26,11 @@ #include #include +@class TextInputHandler; + @interface SoftKeyboard : UIView { id inputDelegate; - UITextView *inputView; + TextInputHandler *inputView; } - (id)initWithFrame:(CGRect)frame; -- cgit v1.2.3