tags:

views:

30

answers:

1

Hey Guys

Is it possible to get access to a word library in the Iphone. I need to be able to check to see if user input matches a real word.

Any ideas?

A: 

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

Ole Begemann