We'd like to add the name of our product to the dictionary when our product
launches. I figure I could do it this way:
[[NSSpellChecker sharedSpellChecker] learnWord:@"Sampleproductname"];
but when I do that, it also allows "sampleproductname" as a word. Is there a
way I can specify that the na
In the short term, comparing the save URL to URLForUbiquityContainerIdentifier
seems to be the best method. You can return NO from -panel:validateURL:error:
to prevent saving with a suitable error message.
Thanks,
Ben
PS, For Graham Cox: Mark Munz is right. I only want to prevent iCloud saving