gpt4 book ai didi

iphone - iOS 5 中字典/定义词的 View Controller

转载 作者:可可西里 更新时间:2023-11-01 06:23:44 26 4
gpt4 key购买 nike

几周前我看到 iOS 5 中有一个字典的 View Controller ,我们可以传入一个词,它会提供它的定义。我似乎无法在 apple doc 中再次找到文档,有人知道名字是什么吗?

最佳答案

您正在尝试使用 UIReferenceLibraryViewController 提供的词典服务

// Create the view controller
UIReferenceLibraryViewController *reference =
[[[UIReferenceLibraryViewController alloc] initWithTerm:@"Word"] autorelease];

[self presentModalViewController:reference animated:YES];
}

关于iphone - iOS 5 中字典/定义词的 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8824172/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com