objective c - Logging incorrectly spelt words in OSX -


i'm looking api or library provides me spellchecking functionality. want log words misspelled using native mac spellchecker. have dyslexia , want develop software application helps myself , others learn , practice orthography.

does know how achieve this?

i think you're looking nsspellchecker. allows pass strings , check spelling , guesses word. think want subclass nstextview or nstextfield , override either didchangetext or controltextdidchange respectively. in check spelling, give visual queues user , track misspelled words in own data source.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -