Reputation: 2983
How can I build an English-English Dictionary for iPhone/iPad ? Any tutorial ?
iOS Beginner
Upvotes: 0
Views: 1582
Reputation: 6958
If you're looking for a generic English dictionary, Lexicontext is a good offline library based on WordNet definitions.
Upvotes: 3
Reputation: 15628
By using the NSDicitionary you can able to do this..Just you store all the words and its meanings in a plist. For the words you can assign it as keys and for the meaning of that word you assing it as values.... NSDicitionary Class Reference
Upvotes: 1