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:
.
精彩评论