Swift - open built-in iOS Dictionary to find word meaning

前端 未结 3 1765
旧时难觅i
旧时难觅i 2020-12-17 02:16

In my project I\'d like to open iOS built-in Dictionary to find word meaning, or even better, get the meaning of the word directly in my app.

At the

3条回答
  •  离开以前
    2020-12-17 03:03

    FYI: UIReferenceLibraryViewController.dictionaryHasDefinitionForTerm can't be used to display the result on your app. It seems those dictionary provider only authorized Apple to use their results, not any third party developer. Your app will be rejected:(

提交回复
热议问题