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
Post a Comment