uilexicon

UILexicon in Objective-C

前提是你 提交于 2019-11-29 05:05:34
How do you use UILexicon in Objective-C? I find the documentation Apple provides is extremely unhelpful. What does it do? Does it return a dictionary or proper spellings of words? Or do I provide a word like "hellllo" and it matches it with the proper spelling "Hello" and returns that as a string? Any help would be appreciated. requestSupplementaryLexiconWithCompletion: Here's my error report, but obviously I'll have errors because I'm completely guessing how to use the function, no clue what goes inside the block statement (because the docs (at the time) don't say! (Beta 4 docs)) Hahahah! I

UILexicon in Objective-C

≡放荡痞女 提交于 2019-11-27 22:36:55
问题 How do you use UILexicon in Objective-C? I find the documentation Apple provides is extremely unhelpful. What does it do? Does it return a dictionary or proper spellings of words? Or do I provide a word like "hellllo" and it matches it with the proper spelling "Hello" and returns that as a string? Any help would be appreciated. requestSupplementaryLexiconWithCompletion: Here's my error report, but obviously I'll have errors because I'm completely guessing how to use the function, no clue what