Hello,
Sorry in advance if my english is not so good.
I make a word game and i need to check if the word tapped from users is a real word or not.
I have a file that containt a lot of french word and i tried to read line by line but this is too lang and that use 100% of processor.
I looked to "UIReferenceLibraryViewController.dictionaryHasDefinitionForTerm" but the response is almost ever "true" and it's not only french word
So i need to compare a string with a french dictionary to check if the word is real.
Someone can help me ?
Thanks