开发者

Iphone Spell check

开发者 https://www.devze.com 2023-01-06 12:34 出处:网络
Is it possible to get access to a word library in the Ipho开发者_如何学编程ne.I need to be able to check to see if user input matches a real word.

Is it possible to get access to a word library in the Ipho开发者_如何学编程ne. I need to be able to check to see if user input matches a real word.

Any ideas?


In iOS SDK 3.2+, create an instance of UITextChecker and call rangeOfMisspelledWordInString:range:startingAt:wrap:language:.

0

精彩评论

暂无评论...
验证码 换一张
取 消