diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-04-11 10:40:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 10:40:58 +0200 |
commit | d87307d850186d27d2c27c5916ec8c4744c14979 (patch) | |
tree | ac92fff83829becd823aea985c923740d73119e6 /platform/iphone/gl_view.h | |
parent | 4d787869e189b670d609f33c308991741592e40a (diff) | |
parent | 1d9a3a9b1c9ef7db26e53c8aeaab731992cffd6e (diff) |
Merge pull request #18106 from endragor/iphone-x
iPhone X support and iOS-related fixes
Diffstat (limited to 'platform/iphone/gl_view.h')
-rw-r--r-- | platform/iphone/gl_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/iphone/gl_view.h b/platform/iphone/gl_view.h index 85376ebc08..0d101eb696 100644 --- a/platform/iphone/gl_view.h +++ b/platform/iphone/gl_view.h @@ -83,6 +83,8 @@ @property(strong, nonatomic) MPMoviePlayerController *moviePlayerController; @property(strong, nonatomic) UIWindow *backgroundWindow; +@property(nonatomic) UITextAutocorrectionType autocorrectionType; + - (void)startAnimation; - (void)stopAnimation; - (void)drawView; |