Possible to access a dictionary in xcode

2019-09-02 11:05发布

问题:

I'm trying to think of ways to import random words into an app that I'm working on and I was thinking that the iPhone has an auto correct library for certain words, so my question is this:

Does the iPhone have dictionary that developers can pull from? And if so, how might one do this? And if not, does anyone have any ideas how I might do that, without entering them all in on my own?

Thanks!

回答1:

Apple announced that access to a system wide dictionary will be available in iOS5. However, If you need to discuss it further, you will probably want to post a question in the developer forums since the details of the API are probably still covered under NDA.



回答2:

There is no such dictionary API from which you may use for your mentioned purpose.



标签: iphone ios xcode