I have been looking for while for an 'predictive dictionary' that is used the iPhone and other other phones to increase text input accuracy by suggesting the words.
- Does anyone know if such dictionary is available for Objective C/iOS?
- Or a way/tools to create one from scratch?
Did you consider using
UITextChecker
?