UIReferenceLibraryViewController:App中字典词义查询的实现
UIReferenceLibraryViewController能够实现在自己的应用中使用字典查询词语的含义.
在使用词典之前,需要用dictionaryHasDefinitionForTerm:方法去判断词典中是否有所选词的解释,如果有,则初始化UIReferenceLibraryViewController展示词语的释义.
if ([UIReferenceLibraryViewController dictionaryHasDefinitionForTerm:@"English"]) { UIReferenceLibraryViewController *reference = [[UIReferenceLibraryViewController alloc] initWithTerm:@"English"]; [self presentViewController:reference animated:YES completion:nil]; }
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。