Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38ad6e5

Browse files
author
Ignacio Romero Zurbuchen
authored
Merge pull request slackhq#552 from slackhq/typing-suggestion-skipping
Typing suggestion skipping
2 parents 180363a + 36a2cf8 commit 38ad6e5

5 files changed

Lines changed: 707 additions & 1798 deletions

File tree

Examples/Messenger-Shared/MessageViewController.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ - (BOOL)shouldProcessTextForAutoCompletion:(NSString *)text
511511
return [super shouldProcessTextForAutoCompletion:text];
512512
}
513513

514+
- (BOOL)shouldDisableTypingSuggestionForAutoCompletion
515+
{
516+
return [super shouldDisableTypingSuggestionForAutoCompletion];
517+
}
518+
514519
- (void)didChangeAutoCompletionPrefix:(NSString *)prefix andWord:(NSString *)word
515520
{
516521
NSArray *array = nil;

0 commit comments

Comments
 (0)