新的搜索 API 是否可以在搜索结果单元格中有一个播放按钮?
我试过这样的事情:
let attributeSet = CSSearchableItemAttributeSet(itemContentType: kUTTypeAudio as String)
...
attributeSet.contentType = kUTTypeAudio as String
attributeSet.contentURL = NSURL(fileURLWithPath: dataPath)
在主题演讲中,他们搜索了一部电影并获得了带有播放按钮的结果。也许这在以后的测试版中是可能的?