Use reloadInputViews to update keyboard appearance

This commit is contained in:
Peter
2019-07-26 15:02:36 +01:00
parent ab3f224d56
commit f3120007e5
4 changed files with 29 additions and 10 deletions

View File

@@ -142,7 +142,9 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, strong) NSString * _Nullable initialPrimaryLanguage;
- (void)resetInitialPrimaryLanguage;
- (void)dropAutocorrection;
- (bool)isCurrentlyEmoji;
@end